Skip to content

Commit

Permalink
cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Sep 26, 2024
1 parent 8e3b723 commit 65cbe20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:

jobs:
build:
runs-on: ubuntu-latest
container: amigadev/crosstools:m68k-amigaos-gcc10
runs-on: ubuntu-latest
container: amigadev/crosstools:m68k-amigaos-gcc10
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -23,7 +23,8 @@ jobs:

- name: Configure CMake
run: |
cmake -S. -Bbuild -GNinja \
cmake -S. -Bbuild -GNinja \
-D USE_PATCH=ON \
-DM68K_COMMON="-s -ffast-math -O3" \
-DM68K_CPU=68040 \
-DM68K_FPU=hard
Expand Down

0 comments on commit 65cbe20

Please sign in to comment.