Skip to content

Commit

Permalink
add amigam68k gha
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 844b75e commit 05487ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/amiga-m68k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ concurrency:

jobs:
build:
<<<<<<< HEAD
runs-on: ubuntu-latest
=======
runs-on: ubuntu-22.04
>>>>>>> a6db2cd2c (add amigam68k gha)
container: amigadev/crosstools:m68k-amigaos-gcc10
steps:
- name: Checkout
Expand All @@ -36,13 +40,20 @@ jobs:

- name: Configure CMake
run: |
<<<<<<< HEAD
cmake \
-S . \
-B build \
-G Ninja \
-D M68K_COMMON="-s -fbbb=- -ffast-math -O2" \
-D M68K_CPU=68040 \
-D M68K_FPU=hard
=======
cmake -S. -Bbuild -GNinja \
-DM68K_COMMON="-s -fbbb=- -ffast-math -O2" \
-DM68K_CPU=68040 \
-DM68K_FPU=hard
>>>>>>> a6db2cd2c (add amigam68k gha)

- name: Build DevilutionX
run: cmake --build build
Expand Down

0 comments on commit 05487ee

Please sign in to comment.