kopia lustrzana https://github.com/meshtastic/firmware
oh well - github actions defeated me
rodzic
245638a1d4
commit
577336d2df
|
@ -24,26 +24,11 @@ jobs:
|
||||||
- name: Install libs needed for linux build
|
- name: Install libs needed for linux build
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y libpsocksxx-dev
|
sudo apt install -y libpsocksxx-dev
|
||||||
|
|
||||||
build-esp:
|
|
||||||
needs: setup
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Build for tbeam
|
- name: Build for tbeam
|
||||||
run: platformio run -e tbeam
|
run: platformio run -e tbeam
|
||||||
- name: Build for heltec
|
- name: Build for heltec
|
||||||
run: platformio run -e heltec
|
run: platformio run -e heltec
|
||||||
|
|
||||||
build-nrf:
|
|
||||||
needs: setup
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Build for lora-relay-v1
|
- name: Build for lora-relay-v1
|
||||||
run: platformio run -e lora-relay-v1
|
run: platformio run -e lora-relay-v1
|
||||||
|
|
||||||
build-portduino:
|
|
||||||
needs: setup
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Build for linux
|
- name: Build for linux
|
||||||
run: platformio run -e linux
|
run: platformio run -e linux
|
Ładowanie…
Reference in New Issue