Finish renaming targets in circle

This commit is contained in:
Josh Klar 2018-09-23 03:16:53 -07:00
parent 32dd2cecc4
commit c90d75321a
No known key found for this signature in database
GPG Key ID: 220F99BD7DB7A99E

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 SKIP_KEYMAP_VALIDATION=1 USER_KEYMAP=boards/noop.py build-pyboard
- run: make SKIP_KEYMAP_VALIDATION=1 USER_KEYMAP=user_keymaps/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 USER_KEYMAP=boards/noop.py build-teensy-3.1
- run: make USER_KEYMAP=user_keymaps/noop.py build-teensy-3.1
workflows:
version: 2