mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-20 07:30:17 +01:00
Update c-cpp.yml
This commit is contained in:
parent
725e4ca7b1
commit
6adaa046f4
10
.github/workflows/c-cpp.yml
vendored
10
.github/workflows/c-cpp.yml
vendored
|
|
@ -14,16 +14,20 @@ jobs:
|
|||
- run: pip3 -v install platformio
|
||||
- run: echo "::add-path::~/.local/bin"
|
||||
- uses: actions/checkout@v2
|
||||
- run: PLATFORMIO_BUILD_CACHE_DIR="build_cache/" pio run
|
||||
- run: pio run
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: build_cache
|
||||
path: build_cache
|
||||
name: build_files
|
||||
path: .pio/build
|
||||
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
needs: precompile
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: build_files
|
||||
- name: check for updates
|
||||
run: platformio update
|
||||
- name: run cppcheck
|
||||
|
|
|
|||
Loading…
Reference in a new issue