Skip to content

Commit ebf962c

Browse files
Trotttargos
authored andcommitted
build: enable GitPod prebuilds
PR-URL: #43698 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Danielle Adams <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 80ced1a commit ebf962c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
!.github
2020
!.gitignore
2121
!.gitkeep
22+
!.gitpod.yml
2223
!.mailmap
2324
!.nycrc
2425
!.yamllint.yaml

.gitpod.yml

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)