Run the keymap tester on board builds usually

This commit is contained in:
Josh Klar
2018-09-23 03:12:31 -07:00
parent 94130740c4
commit 32dd2cecc4
2 changed files with 15 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ jobs:
- run: pip install pipenv==2018.7.1
- run: apt-get update && apt-get install -y gcc-arm-none-eabi gettext wget unzip
- run: make BOARD=boards/noop.py build-pyboard
- run: make SKIP_KEYMAP_VALIDATION=1 USER_KEYMAP=boards/noop.py build-pyboard
build_teensy_31:
docker:
@@ -75,7 +75,7 @@ jobs:
- run: pip install pipenv==2018.7.1
- run: apt-get update && apt-get install -y gcc-arm-none-eabi gettext wget unzip
- run: make BOARD=boards/noop.py build-teensy-3.1
- run: make USER_KEYMAP=boards/noop.py build-teensy-3.1
workflows:
version: 2