Skip to content

Commit

Permalink
Create ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
negativeExponent authored Sep 10, 2024
1 parent 7e97429 commit 1c1b310
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PX68K CI
on: [push, pull_request]
jobs:
linux-c68k:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build with c68k
run: make -j$(getconf _NPROCESSORS_ONLN) C68K=1

linux-musashi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build with musashi
run: make -j$(getconf _NPROCESSORS_ONLN) C68K=0

0 comments on commit 1c1b310

Please sign in to comment.