You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
GBDK Builder
1.0.4
This action builds gbdk projects with gcc.
The subfolder where the sources are located. Default is "./"
.
name: Example Workflow
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Build gbdk project
steps:
- name: Checkout project
- uses: actions/checkout@v2
- name: Build
uses: wujood/gbdk-2020-github-builder
with:
subdirectory: ./test-sources