install ccahe on gh

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 6e1cc72a41
commit e84d2f88b7
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -14,6 +14,7 @@ jobs:
## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in. ## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in.
## This makes sure we're using the current version of the library. ## This makes sure we're using the current version of the library.
- run: sudo apt-get install ccache
- run: git clone --depth 1 --recurse-submodules=build-tools --recurse-submodules=toolchain --recurse-submodules=avr/libraries/ --jobs 16 --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio $ARDUINO_DIRECTORIES_USER/hardware/keyboardio - run: git clone --depth 1 --recurse-submodules=build-tools --recurse-submodules=toolchain --recurse-submodules=avr/libraries/ --jobs 16 --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio $ARDUINO_DIRECTORIES_USER/hardware/keyboardio
# - run: make adjust-git-timestamps # - run: make adjust-git-timestamps
- run: make install-arduino-cli - run: make install-arduino-cli
@ -25,6 +26,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
# - uses: mxschmitt/action-tmate@v3 # - uses: mxschmitt/action-tmate@v3
- run: sudo apt-get install ccache
- run: git clone --depth 1 --recurse-submodules=build-tools --recurse-submodules=toolchain --recurse-submodules=avr/libraries/ --jobs 16 --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio $ARDUINO_DIRECTORIES_USER/hardware/keyboardio - run: git clone --depth 1 --recurse-submodules=build-tools --recurse-submodules=toolchain --recurse-submodules=avr/libraries/ --jobs 16 --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio $ARDUINO_DIRECTORIES_USER/hardware/keyboardio
# - run: make adjust-git-timestamps # - run: make adjust-git-timestamps
- run: make install-arduino-cli - run: make install-arduino-cli

Loading…
Cancel
Save