fox32rom/.github/workflows/fox32rom-unstable.yml

33 lines
679 B
YAML
Raw Normal View History

2022-06-22 01:28:07 +02:00
on:
workflow_dispatch:
push:
branches:
- main
2024-02-03 16:03:12 +01:00
name: fox32rom
2022-06-22 01:28:07 +02:00
jobs:
fox32rom-unstable-linux:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
2024-02-03 16:03:12 +01:00
- uses: cachix/install-nix-action@v22
2022-06-22 01:28:07 +02:00
with:
2024-02-03 16:03:12 +01:00
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2022-06-22 01:28:07 +02:00
- name: Build
2024-02-03 16:03:12 +01:00
run: nix build .#fox32rom
2022-06-22 01:28:07 +02:00
2022-07-05 08:36:00 +02:00
- name: Upload fox32.rom
2022-06-22 01:28:07 +02:00
uses: actions/upload-artifact@v2
with:
name: fox32.rom
2024-02-03 16:03:12 +01:00
path: result/bin/fox32.rom
2022-07-05 08:36:00 +02:00
- name: Upload fox32rom.def
uses: actions/upload-artifact@v2
with:
name: fox32rom.def
2024-02-03 16:03:12 +01:00
path: result/dev/fox32rom.def