Meta files
This commit is contained in:
14
build.sh
14
build.sh
@@ -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
|
||||
Reference in New Issue
Block a user