From b51d146adfef268815a268c4e56a04c96e873203 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Sat, 16 Jan 2021 01:34:10 +0100 Subject: [PATCH] Run ctest in correct directory on Travis CI --- build/tools/travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/travis-ci.sh b/build/tools/travis-ci.sh index 27b3c948fa..435c81c704 100755 --- a/build/tools/travis-ci.sh +++ b/build/tools/travis-ci.sh @@ -39,7 +39,6 @@ case $wxTOOLSET in if [ "$wxCMAKE_GENERATOR" == "Xcode" ]; then echo -n 'Building and '; fi echo 'Installing...' sudo env "PATH=$PATH" cmake --build . --target install -- $wxBUILD_ARGS - popd echo 'travis_fold:end:install' if [ "$wxCMAKE_TESTS" != "OFF" ]; then @@ -51,6 +50,7 @@ case $wxTOOLSET in echo 'travis_fold:start:testinstall' echo 'Testing installation...' + popd mkdir build_cmake_install_test pushd build_cmake_install_test cmake -G "$wxCMAKE_GENERATOR" $wxCMAKE_DEFINES ../samples/minimal