[F] Fixed appveyor file
This commit is contained in:
parent
429be33f89
commit
9bc66e6d29
@ -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")
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user