diff options
| author | Zach DeCook <zachdecook@librem.one> | 2024-04-26 12:55:18 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2024-04-26 12:55:18 -0400 |
| commit | 461eca7f2241514faa5144a82a380978263bf263 (patch) | |
| tree | d5612dadd2f41ea5a15f1f282d06f40b7f3ef0b2 /.build.yml | |
| parent | 55206c9b84c02f0c4f876be1f2a50a859a2cc84b (diff) | |
| download | HexBoard-461eca7f2241514faa5144a82a380978263bf263.tar.gz | |
build: update slightly
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.build.yml b/.build.yml index 8501ad6..19fb30e 100644 --- a/.build.yml +++ b/.build.yml @@ -5,7 +5,6 @@ packages: - make - git sources: - - https://git.sr.ht/~earboxer/HexBoard - https://github.com/buxtronix/arduino tasks: - libraries: | @@ -16,13 +15,13 @@ tasks: arduino-cli lib install "MIDI library" "Adafruit NeoPixel" "U8g2" "Adafruit GFX Library" "GEM" sed -i 's@#include "config/enable-glcd.h"@//\0@g' ~/Arduino/libraries/GEM/src/config.h # remove dependency from GEM cd buxduino - git apply ../HexBoard/Rotary.patch + git apply ../Hex*/Rotary.patch cd .. mv buxduino/libraries/Rotary ~/Arduino/libraries/ - build: | - cd HexBoard + cd Hex* make - mv build/build.ino.uf2 build/hexperiment.ino.uf2 - sha256sum build/hexperiment.ino.uf2 + mv build/build.ino.uf2 ../hexperiment.ino.uf2 + sha256sum ../hexperiment.ino.uf2 artifacts: - - HexBoard/build/hexperiment.ino.uf2 + - hexperiment.ino.uf2 |
