Fix Appveyor builds.
This commit is contained in:
parent
298f056fd6
commit
5eac3edda5
10
appveyor.yml
10
appveyor.yml
@ -1,5 +1,5 @@
|
|||||||
# Copyright (c) 2014, Ruslan Baratov
|
# Copyright (c) 2014, Ruslan Baratov
|
||||||
# Copyright (c) 2014, Alexander Lamaison
|
# Copyright (c) 2014, 2016 Alexander Lamaison
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -41,9 +41,9 @@ platform:
|
|||||||
- x86
|
- x86
|
||||||
- x64
|
- x64
|
||||||
|
|
||||||
# configuration:
|
configuration:
|
||||||
# - Debug
|
# - Debug
|
||||||
# - Release
|
- Release
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- ps: if($env:PLATFORM -eq "x64") { $env:CMAKE_GEN_SUFFIX=" Win64" }
|
- ps: if($env:PLATFORM -eq "x64") { $env:CMAKE_GEN_SUFFIX=" Win64" }
|
||||||
@ -55,5 +55,5 @@ test_script:
|
|||||||
- ctest -VV -C "%CONFIGURATION%" --output-on-failure
|
- ctest -VV -C "%CONFIGURATION%" --output-on-failure
|
||||||
|
|
||||||
on_failure:
|
on_failure:
|
||||||
- ps: cat _builds/CMakeFiles/CMakeOutput.log
|
- ps: if (Test-Path _builds/CMakeFiles/CMakeOutput.log) { cat _builds/CMakeFiles/CMakeOutput.log }
|
||||||
- ps: cat _builds/CMakeFiles/CMakeError.log
|
- ps: if (Test-Path _builds/CMakeFiles/CMakeError.log) { cat _builds/CMakeFiles/CMakeError.log }
|
||||||
|
Loading…
Reference in New Issue
Block a user