From 9bc66e6d2938827e7a3714867516d80f8cbe97de Mon Sep 17 00:00:00 2001 From: seleznevae Date: Fri, 26 Apr 2019 23:41:28 +0300 Subject: [PATCH] [F] Fixed appveyor file --- CMakeLists.txt | 5 ++++- appveyor.yml | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e538d78..1a49e75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/appveyor.yml b/appveyor.yml index 68d7a5b..1f8e588 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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'