Try shallow clones of submodules

pull/914/head
Jesse Vincent 4 years ago
parent d7a45afdb5
commit d7ed55db25
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -17,7 +17,7 @@ before_install:
- ccache --set-config=compiler_check=content -M 1G -F 0
install:
- git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio ../hardware/keyboardio
- git clone --depth 1 --recurse-submodules --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio ../hardware/keyboardio
## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in.
## This makes sure we're using the current version of the library.
- rm -rf ../hardware/keyboardio/avr/libraries/Kaleidoscope

Loading…
Cancel
Save