Skip to content

Commit

Permalink
travis: removed caching, issues with builds
Browse files Browse the repository at this point in the history
prajankya committed Mar 30, 2020

Verified

This commit was signed with the committer’s verified signature.
kushti Alexander Chepurnoy
1 parent 5b54c24 commit 739ee17
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -40,16 +40,6 @@ jobs:
env:
- PKG_BUILD="ZIP"
- PKG_EXT="pkg"
# cache shares between builds
before_cache:
- brew cleanup
cache:
directories:
# `cache: ccache: true` has no effect if `language:` is not `c` or `cpp`
- $HOME/.ccache
# https://stackoverflow.com/questions/39930171/cache-brew-builds-with-travis-ci
- $HOME/Library/Caches/Homebrew
- /usr/local/Homebrew/
before_install:
- eval "${MATRIX_EVAL}"
install:
@@ -77,7 +67,7 @@ script:
############################################################################
- mkdir -p build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DARGOS_BUILD_NATIVE=ON ../src
- cmake -DCMAKE_BUILD_TYPE=Release ../src
- cmake --build . --target all
# Get filename variable from CMake
- EXPORT_PACKAGE_NAME=$(cat package_name.txt)

0 comments on commit 739ee17

Please sign in to comment.