Skip to content

Merge pull request #10 from HyperloopUPV-H8/test_automated_build #31

Merge pull request #10 from HyperloopUPV-H8/test_automated_build

Merge pull request #10 from HyperloopUPV-H8/test_automated_build #31

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ,"test_automated_build"]
pull_request:
branches: [ "main" ]
jobs:
build_template_project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: HyperloopUPV-H8/ST-LIB
ref: development
- uses: carlosperate/arm-none-eabi-gcc-action@v1
- run: arm-none-eabi-gcc --version
- name: Install dependencies
run: pip install GitPython colorama
- name: Set up ST-LIB
run: ls && cp -r ../* /opt/ && mv /opt/template-project /opt/ST-LIB
- name: Display ST-LIB
run: ls /opt/ST-LIB
- uses: actions/checkout@v3
with:
repository: ' '
- name: Invoking python
run: python3 tools/build.py -eth ON -t NUCLEO -bb Debug