1
0
Fork 0

[F] Fixed appveyor file

This commit is contained in:
seleznevae 2019-04-26 23:41:28 +03:00
parent 429be33f89
commit 9bc66e6d29
2 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,10 @@ project(libfort)
include(${CMAKE_ROOT}/Modules/ExternalProject.cmake)
# Built options
# ------------------------------------------------------------------------------
# Build options
# ------------------------------------------------------------------------------
option(FORT_ENABLE_ASTYLE "Enable astyle" OFF)
option(FORT_ENABLE_WCHAR "Enable wchar support" ON)
set(FORT_BUILD_TYPE "common" CACHE STRING "Build type")

View File

@ -21,7 +21,9 @@ build:
project: $(APPVEYOR_BUILD_FOLDER)\build\$(APPVEYOR_PROJECT_NAME).sln
test_script:
- cd '%APPVEYOR_BUILD_FOLDER%\build\Debug'
- cd build
- cd Debug
# - cd '%APPVEYOR_BUILD_FOLDER%\build\Debug'
- ctest -VV
# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test_dev.exe'
# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test.exe'