Skip to content

actions: build action #1

actions: build action

actions: build action #1

Workflow file for this run

name: Build
on:
push:
branches: [ "build-deps" ]
pull_request:
branches: [ "build-deps" ]
workflow_dispatch

Check failure on line 8 in .github/workflows/compile.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/compile.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build-dep-cc65
run: deps/build-deps.d/00-cc65.sh
- name: build-dep-huffmunch
run: deps/build-deps.d/00-huffmunch.sh
- name: build-dep-xa65
run: deps/build-deps.d/00-xa65.sh
- name: build-dep-gcc
run: deps/build-deps.d/01-gcc.sh
- name: build-stb
run: XA_BIN=$(pwd)/deps/xa65-stb/xa/xa CC_BIN=$(pwd)/deps/gcc-6502-bits/prefix/bin/6502-gcc HUFFMUNCH_BIN=$(pwd)/deps/huffmunch/huffmunch XA_LST=1 ./build.sh
- uses: actions/upload-artifact@v3
with:
name: roms
path: |
*.nes
/tmp/*.lst