mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
enable caching for ci (#2799)
* enable cache * caching on mac * fix ci caching on mac * fix * add mac cache * added homebrew cache and pretty print yaml (+ structural ordering) * cleanup * fix ccache on mac * testing workaround https://github.com/travis-ci/travis-ci/issues/7456#issuecomment-296505058 * try xcode7.3 instead of workaround * cache timout value more time for cache to upload
This commit is contained in:
parent
b05ed0376a
commit
1565309146
3 changed files with 33 additions and 14 deletions
|
|
@ -8,6 +8,7 @@ mkdir -p build
|
|||
cd build
|
||||
prefix=""
|
||||
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
|
||||
export PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||
prefix="-DCMAKE_PREFIX_PATH=$(echo /usr/local/opt/qt*/)"
|
||||
fi
|
||||
if [[ $TRAVIS_OS_NAME == "linux" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue