aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-10 19:18:32 +0800
committercrupest <crupest@outlook.com>2022-05-10 19:18:32 +0800
commit891bf38d8580b83cdf6ae315cb2650dae7d79006 (patch)
tree3e7714df65147489c88dfc00a656339b29097d90 /.gitpod.yml
parentb846a16e42b30418fe91ba3f06771fad57100624 (diff)
downloadcru-891bf38d8580b83cdf6ae315cb2650dae7d79006.tar.gz
cru-891bf38d8580b83cdf6ae315cb2650dae7d79006.tar.bz2
cru-891bf38d8580b83cdf6ae315cb2650dae7d79006.zip
...
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