Meta files

This commit is contained in:
2022-12-27 13:20:23 -08:00
parent 0d99adf288
commit 2bf3317bf5
3 changed files with 34 additions and 4 deletions

View File

@@ -1,13 +1,19 @@
#!/bin/bash
# Uses the qmk container found here:
# https://git.betalupi.com/Mark/docker
# Uses the docker container defined in
# the `docker` directory of this repo.
# Run from the root directory of this repo.
# Targets in this repo:
# betalupi_ergodox:default
# ergodox_ez/glow:default
#
# Be careful, it may not be using the latest QMK.
# Usage:
# bash build.sh betalupi_ergodox:default
docker run -it --rm \
--user $(id -u):$(id -g) \
-v "$(pwd)/output:/build_output" \
-v "$(pwd)/keyboards:/qmk_firmware/keyboards:ro" \
-e QMK_TARGET="betalupi_ergodox:default" \
-e QMK_TARGET="$1" \
git.betalupi.com/mark/qmk