mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 17:32:18 +00:00
simplify build
This commit is contained in:
parent
6a872b6ac2
commit
8a20155214
@ -14,7 +14,7 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="58922733-b05b-4b90-9655-b9b18914977a" name="Default Changelist" comment="">
|
<list default="true" id="58922733-b05b-4b90-9655-b9b18914977a" name="Default Changelist" comment="">
|
||||||
<change beforePath="$PROJECT_DIR$/docs/software/TODO.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/software/TODO.md" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/platformio.ini" beforeDir="false" afterPath="$PROJECT_DIR$/platformio.ini" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/platformio.ini" beforeDir="false" afterPath="$PROJECT_DIR$/platformio.ini" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
|
@ -5,7 +5,7 @@ You probably don't care about this section - skip to the next one.
|
|||||||
## before next release
|
## before next release
|
||||||
|
|
||||||
* test github actions locally on linux
|
* test github actions locally on linux
|
||||||
* fix github actions per sasha tip
|
* DONE fix github actions per sasha tip
|
||||||
* @havealoha comments about odd sleep behavior
|
* @havealoha comments about odd sleep behavior
|
||||||
* fix heltec battery scaling
|
* fix heltec battery scaling
|
||||||
* DONE sendtext busted in portduino, due to bytetime calculations
|
* DONE sendtext busted in portduino, due to bytetime calculations
|
||||||
|
6
docs/software/running-github-actions.md
Normal file
6
docs/software/running-github-actions.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Running github actions locally
|
||||||
|
|
||||||
|
If you'd like to run the **same** integration tests we run on github but on your own machine, you can do the following.
|
||||||
|
|
||||||
|
1. Install homebrew per https://brew.sh/
|
||||||
|
2. Install https://github.com/nektos/act with "brew install act"
|
@ -40,7 +40,7 @@ extra_scripts = bin/platformio-custom.py
|
|||||||
; FIXME: fix lib/BluetoothOTA dependency back on src/ so we can remove -Isrc
|
; FIXME: fix lib/BluetoothOTA dependency back on src/ so we can remove -Isrc
|
||||||
build_flags = -Wno-missing-field-initializers
|
build_flags = -Wno-missing-field-initializers
|
||||||
-Wno-format
|
-Wno-format
|
||||||
-Isrc -Isrc/mesh -Isrc/gps -Ilib/nanopb/include -Isrc/buzz -Wl,-Map,.pio/build/output.map
|
-Isrc -Isrc/mesh -Isrc/gps -Isrc/buzz -Wl,-Map,.pio/build/output.map
|
||||||
-DHW_VERSION_${sysenv.COUNTRY}
|
-DHW_VERSION_${sysenv.COUNTRY}
|
||||||
-DHW_VERSION=${sysenv.HW_VERSION}
|
-DHW_VERSION=${sysenv.HW_VERSION}
|
||||||
-DUSE_THREAD_NAMES
|
-DUSE_THREAD_NAMES
|
||||||
|
Loading…
Reference in New Issue
Block a user