Skip to content

Commit

Permalink
Use manually installed zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Oct 21, 2015
1 parent 98ece45 commit 5528751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install:
- cd build

script:
- cmake .. -DCMAKE_INSTALL_PREFIX=../target -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- cmake .. -DCMAKE_INSTALL_PREFIX=../target -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DZLIB_ROOT=$HOME
- make
- python ../tests/axe_cli_tests.py .
- ./bin/test_axe
Expand Down

0 comments on commit 5528751

Please sign in to comment.