-
-
Notifications
You must be signed in to change notification settings - Fork 34
39 lines (34 loc) · 936 Bytes
/
build-n64-rom.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Build N64 ROM
on:
push:
paths:
- '.github/workflows/build-n64-rom.yml'
- '.devcontainer/N64/**'
- '240psuite/N64/**'
pull_request:
paths:
- '.github/workflows/build-n64-rom.yml'
- '.devcontainer/N64/**'
- '240psuite/N64/**'
jobs:
build-rom:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build N64 ROM using devcontainer
uses: devcontainers/[email protected]
with:
configFile: ./.devcontainer/N64/devcontainer.json
push: never
runCmd: |
make all
# env:
# FLAGS: -DVERSION_NUMBER="N64 X.XX.X"
# Comment in, if/when needed.
# - name: Upload artifact
# uses: actions/upload-artifact@v4
# with:
# name: 240pTestSuite-N64
# path: |
# ./240psuite/N64/output/240pSuite.z64
# ./240psuite/N64/build/240pSuite.elf