Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Thamdrup <[email protected]>
  • Loading branch information
dallemon committed Feb 7, 2024
1 parent 962f60e commit 844b75e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
version: 2
jobs:
<<<<<<< HEAD
<<<<<<< HEAD
switch:
docker:
Expand Down Expand Up @@ -31,6 +32,8 @@ jobs:
- run: cmake --build build -j 2
- store_artifacts: {path: ./build/devilutionx.3dsx, destination: devilutionx.3dsx}
- store_artifacts: {path: ./build/devilutionx.cia, destination: devilutionx.cia}
=======
>>>>>>> 0256ae65c (more cleanup)
amigaos-m68k:
docker:
- image: amigadev/crosstools:m68k-amigaos-gcc10
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,20 @@ jobs:
- name: Install dependencies
run: |
apt-get update && \
<<<<<<< HEAD
<<<<<<< HEAD
apt-get install -y --no-install-recommends --no-install-suggests \
=======
apt-get install -y \
>>>>>>> 8c6884088 (add switch gha)
=======
apt-get install -y --no-install-recommends --no-install-suggests \
>>>>>>> ffcdecf17 (more cleanup)
gettext

- name: Configure CMake
run: |
<<<<<<< HEAD
<<<<<<< HEAD
cmake \
-S . \
Expand All @@ -57,6 +62,11 @@ jobs:
/opt/devkitpro/portlibs/switch/bin/aarch64-none-elf-cmake -S. -Bbuild \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
>>>>>>> 8c6884088 (add switch gha)
=======
cmake -S. -Bbuild \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/Switch.cmake
>>>>>>> ffcdecf17 (more cleanup)

- name: Build DevilutionX
run: cmake --build build -j$(nproc)
Expand Down

0 comments on commit 844b75e

Please sign in to comment.