1
0
Fork 0
forked from suyu/suyu

Disable ccache in Windows CI as it does not function properly

This commit is contained in:
niansa 2024-03-13 20:30:50 +00:00
parent 3a2020430a
commit 9ba74561b5

View file

@ -7,7 +7,7 @@ set -e
#cd /suyu
wine ccache.exe -sv
#wine ccache.exe -sv
mkdir -p build && cd build
wine cmake.exe .. \
@ -16,13 +16,13 @@ wine cmake.exe .. \
-DDISPLAY_VERSION="$1" \
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF \
-DENABLE_QT_TRANSLATION=OFF \
-DUSE_CCACHE=ON \
# -DUSE_CCACHE=ON \
-DENABLE_LIBUSB=NO \
-DSUYU_TESTS=OFF \
-GNinja
wine ninja.exe suyu suyu-cmd
wine ccache.exe -sv
#wine ccache.exe -sv
echo "Tests skipped"
# TODO: actually run the tests