From 891bf38d8580b83cdf6ae315cb2650dae7d79006 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 May 2022 19:18:32 +0800 Subject: ... --- .gitpod.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitpod.yml') 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 -- cgit v1.2.3