Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jun 11, 2016
1 parent 65072af commit f746332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ addons:
- default-jdk

before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install cmake mbedtls; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -fSsL https://tls.mbed.org/download/mbedtls-2.2.0-gpl.tgz|tar xz && cd mbedtls-2.2.0 && cmake . -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_SHARED_LINKER_FLAGS="-pie" && make && make install && cd .. ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install mbedtls; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -fSsL https://tls.mbed.org/download/mbedtls-2.2.0-gpl.tgz|tar xz && cd mbedtls-2.2.0 && cmake . -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_SHARED_LINKER_FLAGS="-pie" && make && sudo make install && cd .. ; fi
# - gem install package_cloud

script:
- cmake . -DDEBUG=on && make && make clean
- cmake . -DDEBUG=off && make && make install
- cmake . -DDEBUG=off && make && sudo make install

after_script:
- /opt/proxenet/bin/proxenet --help
Expand Down

0 comments on commit f746332

Please sign in to comment.