mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Update c-cpp.yml
This commit is contained in:
parent
7fc7762973
commit
64839d41a0
9
.github/workflows/c-cpp.yml
vendored
9
.github/workflows/c-cpp.yml
vendored
|
|
@ -7,10 +7,15 @@ on:
|
|||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
precompile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: pip3 install platformio
|
||||
- uses: actions/checkout@v2
|
||||
- run: platformio run
|
||||
|
||||
build:
|
||||
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: check for updates
|
||||
|
|
|
|||
Loading…
Reference in a new issue