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'