Skip to content

Commit

Permalink
appveyor.yml - add export CTEST_OUTPUT_ON_FAILURE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Sep 12, 2023
1 parent cf2f69f commit 6004d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ before_build:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
- cmd: set PATH=C:\Qt\6.2\msvc2019_64\bin;C:\Qt\5.15\msvc2019_64\bin;%PATH%
- sh: if [ "`uname -s`" = "Darwin" ]; then export PATH=$HOME/Qt/6.3/macos/bin:$HOME/Qt/5.15/clang_64/bin:$PATH; else export PATH=$HOME/Qt/6.2/gcc_64/bin:$HOME/Qt/5.15/gcc_64/bin:$PATH; fi
- sh: export CTEST_OUTPUT_ON_FAILURE=1

build_script:
- mkdir build
Expand Down

0 comments on commit 6004d63

Please sign in to comment.