Skip to content

Commit

Permalink
WIP: travis debug
Browse files Browse the repository at this point in the history
  • Loading branch information
traceon committed Feb 17, 2020
1 parent ffb2379 commit afcf399
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 @@ -415,7 +415,7 @@ install: |-
echo "#!/usr/bin/env bash" > cmake_configure.sh
echo "set -Eeuo pipefail" >> cmake_configure.sh
echo "cmake $CMAKE_CONFIGURE_ARGS $SOURCE_DIR" >> cmake_configure.sh
chmod u+a cmake_configure.sh
chmod u+x cmake_configure.sh
cat cmake_configure.sh
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
$SOURCE_DIR/test/vcvars_enabled_bash.sh ./cmake_configure.sh
Expand Down

0 comments on commit afcf399

Please sign in to comment.