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:
@@ -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
|
||||
|
Reference in New Issue
Block a user