aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-10 01:37:37 +0800
committercrupest <crupest@outlook.com>2022-01-10 01:37:37 +0800
commit13256b52f55922c52c3d42b0088cfef530907e1d (patch)
tree4cf058d7bbe57501c3e84e2abb51d616ffc0af16 /.gitpod.yml
parent8a54ac80091ec38d2647feef81519bf78acefe99 (diff)
downloadcru-13256b52f55922c52c3d42b0088cfef530907e1d.tar.gz
cru-13256b52f55922c52c3d42b0088cfef530907e1d.tar.bz2
cru-13256b52f55922c52c3d42b0088cfef530907e1d.zip
...
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 64f05dce..93729dff 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,12 +1,10 @@
tasks:
- name: vcpkg
- env:
- VCPKG_INSTALLATION_ROOT: /tmp/vcpkg
init: |
brew install ninja
- git clone https://github.com/Microsoft/vcpkg.git /tmp/vcpkg
- /tmp/vcpkg/bootstrap-vcpkg.sh
- /tmp/vcpkg/vcpkg install
+ git clone https://github.com/Microsoft/vcpkg.git
+ ./vcpkg/bootstrap-vcpkg.sh
+ ./vcpkg/vcpkg install
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -H. -B./build -G Ninja
ln -s build/compile_commands.json compile_commands.json