diff options
author | crupest <crupest@outlook.com> | 2022-05-15 13:36:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-15 13:36:01 +0800 |
commit | 3dde36d11b3e3a01042380add1a7d38f08695d15 (patch) | |
tree | 2d4f33fd170476824f543aadf8032c55e48e969d | |
parent | 2145308fff868b3b0c234d242db4c47ff9607fa3 (diff) | |
parent | 675eb3ac00a449779c7157bf33491bb7685912e1 (diff) | |
download | cru-3dde36d11b3e3a01042380add1a7d38f08695d15.tar.gz cru-3dde36d11b3e3a01042380add1a7d38f08695d15.tar.bz2 cru-3dde36d11b3e3a01042380add1a7d38f08695d15.zip |
Merge branch 'main' of https://github.com/crupest/cru
-rw-r--r-- | .gitpod.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 82a2d2a0..9975f368 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,7 @@ tasks: - name: configure init: | + sudo apt-get -y install libcairo2-dev libpango1.0-dev 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 |