forked from eden-emu/eden
CI: fix caching
This commit is contained in:
parent
43a1948d58
commit
40493231ed
6 changed files with 78 additions and 6 deletions
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
#cd /yuzu
|
||||
|
||||
ccache -s
|
||||
ccache -sv
|
||||
|
||||
mkdir -p "$HOME/.conan/profiles"
|
||||
wget -nc "https://github.com/yuzu-emu/build-environments/raw/master/linux-mingw/default" -O "$HOME/.conan/profiles/default"
|
||||
|
@ -28,7 +28,7 @@ cmake .. \
|
|||
-GNinja
|
||||
ninja yuzu yuzu-cmd
|
||||
|
||||
ccache -s
|
||||
ccache -sv
|
||||
|
||||
echo "Tests skipped"
|
||||
#ctest -VV -C Release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue