1
0
Fork 0
forked from suyu/suyu

fixed reference to gitlab in ci

This commit is contained in:
Crimson-Hawk 2024-05-29 16:51:35 +08:00
parent b95cfe6483
commit e1f809079e
Signed by: Crimson-Hawk
GPG key ID: 0804DD39BB9BF5AC
3 changed files with 3 additions and 3 deletions

View file

@ -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 .. \

View file

@ -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 .. \

View file

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