Skip to content

Commit cc5807d

Browse files
committed
ENABLE PREBUILDS
1 parent c7da13c commit cc5807d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)