Skip to content

added basic CI build #3

added basic CI build

added basic CI build #3

Workflow file for this run

name: test regression
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-22.04
steps:
# git checkout the PR
- uses: actions/checkout@v3
- name: Install sdcc
run: sudo apt-get install -y sdcc
run: python3 -m pip install intelhex

Check failure on line 14 in .github/workflows/test_build.yml

View workflow run for this annotation

GitHub Actions / test regression

Invalid workflow file

The workflow is not valid. .github/workflows/test_build.yml (Line: 14, Col: 9): 'run' is already defined
- name: test build
shell: bash
run: |
tests/test_build.sh
- name: Archive build binaries
uses: actions/upload-artifact@v3
with:
name: SiK build
path: |
Firmware/dst
retention-days: 90