forked from OpenMS/OpenMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitpod.yml
More file actions
40 lines (40 loc) · 1.99 KB
/
.gitpod.yml
File metadata and controls
40 lines (40 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
tasks:
- init: cp -r .vscode-gitpod .vscode && echo "Welcome!"
prebuild: git config -f .gitmodules submodule.THIRDPARTY.shallow true &&
git submodule update --init THIRDPARTY &&
export PATH=$PATH$( find ${PWD}/THIRDPARTY/All -type d -printf ":%p" ) &&
export PATH=$PATH$( find ${PWD}/THIRDPARTY/Linux/64bit -type d -printf ":%p" ) &&
mkdir -p build && pushd build && cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_PREFIX_PATH='/contrib-build/;/usr/;/usr/local' -DBOOST_USE_STATIC=OFF ../ && make -j16 && popd
command: export PATH=$PATH$( find ${PWD}/THIRDPARTY/All -type d -printf ":%p" ) &&
export PATH=$PATH$( find ${PWD}/THIRDPARTY/Linux/64bit -type d -printf ":%p" )
image:
file: .gitpod.Dockerfile
github:
#foo
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: false
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: false
# add a check to pull requests (defaults to true)
addCheck: false
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: false
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: false
vscode:
extensions:
- ms-vscode.cpptools@1.0.1:JVeklbO2P0U3A8Dqh4ivIA==
- ms-vscode.cmake-tools@1.4.2:85XiRZZTNCh6JgvEqefqww==
- mhutchie.git-graph@1.26.0:m8EvA1owa1dL2R6+Swieyg==
- twxs.cmake@0.0.17:aQNzlYa74rJFJ5/BnUF1yA==
- cschlosser.doxdocgen@0.7.2:g0DIKlW09t+j2Xi04fzrAA==
- hbenl.vscode-test-explorer@2.19.2:8rKHUShFJJd0UivektEkng==
- fredericbonnet.cmake-test-adapter@0.10.0:Fb9mp0fAtp8s6LKtpzJAyw==
- notskm.clang-tidy@0.5.1:+QMYmPGGWj0QCN6sba42Vw==