Skip to content

Commit

Permalink
Added build script for release
Browse files Browse the repository at this point in the history
  • Loading branch information
purdeaandrei committed Oct 8, 2022
1 parent 30133a8 commit 99cae79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -e
for keymap in vial vial_VERY_INSECURE; do
for var in atmega32u2_atmel_dfu atmega32u2_usbasploader atmega32u4_atmel_dfu atmega32u4_bootloadhid atmega32u4_caterina atmega32u4_halfkay atmega32u4_qmk_dfu atmega32u4_qmk_hid atmega32u4_usbasploader; do
make -j converter/ibmpc_usb/$var:$keymap
done
done

0 comments on commit 99cae79

Please sign in to comment.