File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : build
2- on : [push, pull_request ]
1+ name : " build"
2+ on : [push]
33
44jobs :
55 build :
6- runs-on : ubuntu-20.04
6+ runs-on : " ubuntu-20.04"
77 steps :
8- - uses : actions/checkout@v2
8+ - uses : " actions/checkout@v2"
99 - run : |
1010 sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi build-essential git python3-pip
11- - run : pip3 install -U git+https://github.com/TuxSH/firmtool.git
12- - run : make
11+ - run : " pip3 install -U git+https://github.com/TuxSH/firmtool.git"
12+ - run : " make"
1313 env :
14- CC : arm-none-eabi-gcc
15- - uses : actions/upload-artifact@v2
14+ CC : " arm-none-eabi-gcc"
15+ - uses : " marvinpinto/action-automatic-releases@latest "
1616 with :
17- name : firm_linux_loader
18- path : ./firm_linux_loader.firm
17+ repo_token : " ${{ secrets.GITHUB_TOKEN }}"
18+ automatic_release_tag : " latest"
19+ prerelease : false
20+ title : " Development build"
21+ files : |
22+ firm_linux_loader.firm
You can’t perform that action at this time.
0 commit comments