about summary refs log tree commit diff
path: root/.build.yml
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2024-05-25 16:06:34 -0400
committerZach DeCook <zachdecook@librem.one>2024-05-25 16:17:34 -0400
commitc7821c7cb9026a96367e5301e5b848b29f73eb44 (patch)
treee8ce5491a6982462c9de181cc4a620a699af1e82 /.build.yml
parent31237cac0f7867571658cfc5e2a4aedd5927a025 (diff)
downloadHexBoard-c7821c7cb9026a96367e5301e5b848b29f73eb44.tar.gz
Build: cleanup
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml13
1 files changed, 3 insertions, 10 deletions
diff --git a/.build.yml b/.build.yml
index 19fb30e..0569aea 100644
--- a/.build.yml
+++ b/.build.yml
@@ -4,24 +4,17 @@ packages:
   - python3
   - make
   - git
-sources:
-  - https://github.com/buxtronix/arduino
 tasks:
   - libraries: |
-      mv arduino buxduino
       arduino-cli --additional-urls=https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json core update-index
       # Install the core for rp2040
       arduino-cli --additional-urls=https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json core install rp2040:rp2040
       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 ../Hex*/Rotary.patch
-      cd ..
-      mv buxduino/libraries/Rotary ~/Arduino/libraries/
   - build: |
       cd Hex*
       make
-      mv build/build.ino.uf2 ../hexperiment.ino.uf2
-      sha256sum ../hexperiment.ino.uf2
+      mv build/build.ino.uf2 ../hexboard.ino.uf2
+      sha256sum ../hexboard.ino.uf2
 artifacts:
-  - hexperiment.ino.uf2
+  - hexboard.ino.uf2