aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 90a88a72..1624c093 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -2,9 +2,6 @@ tasks:
- name: vcpkg
init: |
brew install ninja
- 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