Stop caching a directory we explictly delete. report some ccache stats for debugging

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

@ -21,12 +21,7 @@ install:
- ln -s $(pwd) ../hardware/keyboardio/avr/libraries/Kaleidoscope - ln -s $(pwd) ../hardware/keyboardio/avr/libraries/Kaleidoscope
script: script:
- unset CC - unset CC
- make cpplint BOARD_HARDWARE_PATH=$(pwd)/../hardware - make $TEST_TARGET KALEIDOSCOPE_TEMP_PATH=$(pwd)/.kaleidoscope-build-cache BOARD_HARDWARE_PATH=$(pwd)/../hardware ARDUINO_PATH="$(pwd)/arduino-1.8.13"
- make travis-install-arduino BOARD_HARDWARE_PATH=$(pwd)/../hardware
- (cd ../hardware/keyboardio && make prepare-virtual)
- make -C tests all BOARD_HARDWARE_PATH=$(pwd)/../hardware ARDUINO_PATH="$(pwd)/arduino-1.8.13"
- rm -rf .kaleidoscope-build-cache
- make travis-test KALEIDOSCOPE_TEMP_PATH=$(pwd)/.kaleidoscope-build-cache BOARD_HARDWARE_PATH=$(pwd)/../hardware
notifications: notifications:
email: email:
on_success: change on_success: change
@ -34,5 +29,4 @@ notifications:
cache: cache:
ccache: true ccache: true
directories: directories:
- .kaleidoscope-build-cache
- .ccache - .ccache

Loading…
Cancel
Save