try to get builds working with gh actions

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

@ -16,7 +16,6 @@ jobs:
- run: rm -rf ../hardware/keyboardio/avr/libraries/Kaleidoscope
- run: ln -s $(pwd) ../hardware/keyboardio/avr/libraries/Kaleidoscope
# - run: make adjust-git-timestamps
#- run: make adjust-git-timestamps
- run: make install-arduino-cli
- run: make configure-arduino-cli
- run: make install-arduino-core-avr
@ -27,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- run: git clone --quiet --depth 1 --recurse-submodules=build-tools --recurse-submodules=toolchain --recurse-submodules=avr/libraries/ --jobs 16 --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio $HOME/Arduino/hardware/keyboardio
- run: rm -rf $HOME/Arduino/hardware/keyboardio/avr/libraries/Kaleidoscope
- run: ln -s $(pwd) $HOME/Arduino/hardware/keyboardio/avr/libraries/Kaleidoscope
- run: ln -s $(pwd) ../hardware/keyboardio/avr/libraries/Kaleidoscope
# - run: make adjust-git-timestamps
- run: make install-arduino-cli
- run: make configure-arduino-cli

@ -511,4 +511,5 @@ else
"You passed more than two arguments to $0"
help
exit -1
/
fi

Loading…
Cancel
Save