fixed reference to gitlab in ci

This commit is contained in:
Crimson-Hawk 2024-05-29 16:51:35 +08:00
parent e1f809079e
commit 7b13512b41
No known key found for this signature in database
GPG key ID: 0804DD39BB9BF5AC
4 changed files with 81 additions and 0 deletions

View file

@ -8,6 +8,8 @@ set -e
ccache -s
git submodule update --init --recursive
mkdir build || true && cd build
cmake .. \
-DBoost_USE_STATIC_LIBS=ON \