We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7da13c commit cc5807dCopy full SHA for cc5807d
.gitignore
@@ -19,6 +19,7 @@
19
!.github
20
!.gitignore
21
!.gitkeep
22
+!.gitpod.yml
23
!.mailmap
24
!.nycrc
25
!.yamllint.yaml
.gitpod.yml
@@ -0,0 +1,3 @@
1
+# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
2
+tasks:
3
+ - init: ./configure && make -j4 # runs during prebuild
0 commit comments