We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ced1a commit ebf962cCopy full SHA for ebf962c
.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,9 @@
1
+# Ref: https://github.com/gitpod-io/gitpod/issues/6283#issuecomment-1001043454
2
+tasks:
3
+ - init: ./configure && timeout 50m make -j16 || true
4
+
5
+# Ref: https://www.gitpod.io/docs/prebuilds#github-specific-configuration
6
+github:
7
+ prebuilds:
8
+ # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
9
+ addComment: false
0 commit comments