From 9f29b54784cf27995c910c9af02851861675fdc9 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 May 2022 15:51:35 +0000 Subject: ... --- .gitpod.yml | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3