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
[travis] forcing compile in debug and no-debug modes
  • Loading branch information
hugsy committed May 30, 2015
1 parent 2fba8ec commit 700fb2b
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 @@ -9,7 +9,7 @@ before_script:
- sudo apt-get install -qq cmake python python-dev liblua5.2-dev ruby ruby-dev libperl-dev tcl-dev default-jdk
- curl --silent https://codeload.github.com/ARMmbed/mbedtls/tar.gz/polarssl-1.3.9 | tar xfz - && cd mbedtls-polarssl-1.3.9 && make SHARED=1 && sudo make install DESTDIR=/usr && cd ..

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

after_script: ./proxenet --help

Expand Down

0 comments on commit 700fb2b

Please sign in to comment.