mirror of
https://gitlab.com/suyu-emu/suyu.git
synced 2024-03-15 23:15:44 +00:00
Disable ccache in Windows CI as it does not function properly
This commit is contained in:
parent
3a2020430a
commit
9ba74561b5
|
@ -7,7 +7,7 @@ set -e
|
||||||
|
|
||||||
#cd /suyu
|
#cd /suyu
|
||||||
|
|
||||||
wine ccache.exe -sv
|
#wine ccache.exe -sv
|
||||||
|
|
||||||
mkdir -p build && cd build
|
mkdir -p build && cd build
|
||||||
wine cmake.exe .. \
|
wine cmake.exe .. \
|
||||||
|
@ -16,13 +16,13 @@ wine cmake.exe .. \
|
||||||
-DDISPLAY_VERSION="$1" \
|
-DDISPLAY_VERSION="$1" \
|
||||||
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF \
|
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF \
|
||||||
-DENABLE_QT_TRANSLATION=OFF \
|
-DENABLE_QT_TRANSLATION=OFF \
|
||||||
-DUSE_CCACHE=ON \
|
# -DUSE_CCACHE=ON \
|
||||||
-DENABLE_LIBUSB=NO \
|
-DENABLE_LIBUSB=NO \
|
||||||
-DSUYU_TESTS=OFF \
|
-DSUYU_TESTS=OFF \
|
||||||
-GNinja
|
-GNinja
|
||||||
wine ninja.exe suyu suyu-cmd
|
wine ninja.exe suyu suyu-cmd
|
||||||
|
|
||||||
wine ccache.exe -sv
|
#wine ccache.exe -sv
|
||||||
|
|
||||||
echo "Tests skipped"
|
echo "Tests skipped"
|
||||||
# TODO: actually run the tests
|
# TODO: actually run the tests
|
||||||
|
|
Loading…
Reference in a new issue