This commit is contained in:
rusefillc 2022-05-21 17:25:32 -04:00
parent 3ed53b5a1c
commit bf661381c6
4 changed files with 47 additions and 1 deletions

38
.github/workflows/create-board.yaml vendored Normal file
View File

@ -0,0 +1,38 @@
name: Check All
on: [ push, pull_request ]
jobs:
build-firmware:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: 1. Build Docker
run: |
bash hellen-one/bin/step1_build_hellen-one_docker.sh
- name: 2. Copy
run: |
bash hellen-one/bin/step2_copy_with_docker.sh
- name: 3. Create Board
run: |
bash hellen-one/bin/step3_create_board_with_docker.sh
- name: Commit fresh board files
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
bash hellen-one/bin/gha-commit.sh
- name: Push board files
if: ${{env.NOCOMMIT != 'true'}}
uses: ad-m/github-push-action@master
with:
github_token: ${{ github.token }}
branch: ${{ steps.extract_branch.outputs.branch }}

View File

@ -1 +1 @@
Subproject commit cbba18b19f0221c803aad1ef959db00f389971de
Subproject commit ccce677b95ae221da30ae894b5222f4e286799dc

8
revision.txt Normal file
View File

@ -0,0 +1,8 @@
# make sure to increment revision BEFORE any changes to content
BOARD_PREFIX=5.0mustangProteus
BOARD_SUFFIX=PnP
BOARD_REVISION=a
# does not affect fab files, only needed to have nice rendered preview
BOARD_PCB_OFFSET=0,0