about summary refs log tree commit diff
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2024-04-26 12:55:18 -0400
committerZach DeCook <zachdecook@librem.one>2024-04-26 12:55:18 -0400
commit461eca7f2241514faa5144a82a380978263bf263 (patch)
treed5612dadd2f41ea5a15f1f282d06f40b7f3ef0b2
parent55206c9b84c02f0c4f876be1f2a50a859a2cc84b (diff)
downloadHexBoard-461eca7f2241514faa5144a82a380978263bf263.tar.gz
build: update slightly
-rw-r--r--.build.yml11
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