diff options
-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 |