aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-10 15:51:35 +0000
committercrupest <crupest@outlook.com>2022-05-10 15:51:35 +0000
commit9f29b54784cf27995c910c9af02851861675fdc9 (patch)
tree9c0682a657df8c3e4113cf831f7ff9bce7ab5ef8
parent164895e2ba5ce795b0d8ee2d71931002000df32f (diff)
downloadcru-9f29b54784cf27995c910c9af02851861675fdc9.tar.gz
cru-9f29b54784cf27995c910c9af02851861675fdc9.tar.bz2
cru-9f29b54784cf27995c910c9af02851861675fdc9.zip
...
-rw-r--r--.gitpod.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 1624c093..82a2d2a0 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,7 +1,6 @@
tasks:
- - name: vcpkg
+ - name: configure
init: |
- brew install ninja
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