diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-09-15 03:39:42 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-09-15 03:39:42 +0800 |
commit | 9115718978a09376a930b8aab057a4e47fd6c522 (patch) | |
tree | 4cd334011accb5a8ba943d989ee012e5dcf233ef /.gitpod.yml | |
parent | b2f2041cbdeb80904057bc8e42c19d93df3798f5 (diff) | |
download | cru-9115718978a09376a930b8aab057a4e47fd6c522.tar.gz cru-9115718978a09376a930b8aab057a4e47fd6c522.tar.bz2 cru-9115718978a09376a930b8aab057a4e47fd6c522.zip |
Remove gitpod.
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 9975f368..00000000 --- a/.gitpod.yml +++ /dev/null @@ -1,12 +0,0 @@ -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 - -vscode: - extensions: - - "llvm-vs-code-extensions.vscode-clangd" - - "wayou.vscode-todo-highlight" - - "editorconfig.editorconfig" |