fixed reference to gitlab in ci

dev
Crimson-Hawk 2024-05-29 16:51:35 +07:00
parent b95cfe6483
commit e1f809079e
No known key found for this signature in database
GPG Key ID: 0804DD39BB9BF5AC
3 changed files with 3 additions and 3 deletions

@ -7,7 +7,7 @@
# Exit on error, rather than continuing with the rest of the script.
set -e
ccache -sv
ccache -s
mkdir build || true && cd build
cmake .. \

@ -6,7 +6,7 @@
# Exit on error, rather than continuing with the rest of the script.
set -e
ccache -sv
ccache -s
mkdir build || true && cd build
cmake .. \

@ -8,7 +8,7 @@ set -e
#cd /suyu
ccache -sv
ccache -s
rm -rf build
mkdir -p build && cd build