Skip to content

Commit

Permalink
travis: Use robot framework-friendly build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Dec 29, 2014
1 parent c0abbea commit d41a66f
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 @@ compiler:
- gcc
- clang

script: mkdir -p bld && cd bld && cmake .. && make ; cd -
script: mkdir -p build && cd build && cmake .. && make ; cd -

after_script: mkdir -p build-tests && cd build-tests && cmake ../tests/ && make && WORKSPACE=`pwd`/../ pybot ../tests/robot-framework/kcov-tests.txt ; cd -

Expand Down

0 comments on commit d41a66f

Please sign in to comment.