Add 3dsx back to the 3DS build

This commit is contained in:
staphen 2021-11-30 21:33:43 -05:00 committed by Anders Jenbo
commit 5d14513f3b
2 changed files with 3 additions and 0 deletions

View file

@ -55,6 +55,7 @@ jobs:
- run: sudo chmod +rx /opt/devkitpro/tools/bin/makerom
- run: cmake -S. -Bbuild -DNIGHTLY_BUILD=ON -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/3DS.cmake
- run: cmake --build build -j 2
- store_artifacts: {path: ./build/devilutionx.3dsx, destination: devilutionx.3dsx}
- store_artifacts: {path: ./build/devilutionx.cia, destination: devilutionx.cia}
amigaos-m68k:
docker: