diff options
author | crupest <crupest@outlook.com> | 2022-05-10 15:51:35 +0000 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-10 15:51:35 +0000 |
commit | 9f29b54784cf27995c910c9af02851861675fdc9 (patch) | |
tree | 9c0682a657df8c3e4113cf831f7ff9bce7ab5ef8 | |
parent | 164895e2ba5ce795b0d8ee2d71931002000df32f (diff) | |
download | cru-9f29b54784cf27995c910c9af02851861675fdc9.tar.gz cru-9f29b54784cf27995c910c9af02851861675fdc9.tar.bz2 cru-9f29b54784cf27995c910c9af02851861675fdc9.zip |
...
-rw-r--r-- | .gitpod.yml | 3 |
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 |