1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-23 04:26:46 -05:00

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
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