👷 Build Switch test builds as nightly
Builds are now working correctly without optimization on Switch
This commit is contained in:
parent
54c54ac5dd
commit
629339bbd9
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ jobs:
|
|||
- run: dkp-pacman -Syu --noconfirm
|
||||
# Install cmake files (https://github.com/devkitPro/docker/issues/3)
|
||||
- run: dkp-pacman -S --needed --noconfirm --quiet devkitpro-pkgbuild-helpers
|
||||
- run: cmake -S. -Bbuild .. -DBINARY_RELEASE=ON -DCMAKE_TOOLCHAIN_FILE=../CMake/switch/devkita64-libnx.cmake
|
||||
- run: cmake -S. -Bbuild .. -DNIGHTLY_BUILD=ON -DCMAKE_TOOLCHAIN_FILE=../CMake/switch/devkita64-libnx.cmake
|
||||
- run: cmake --build build -j 2
|
||||
- store_artifacts: {path: ./build/devilutionx.nro, destination: devilutionx.nro}
|
||||
3ds:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue