From 69883dcf1e646e116799ca47a35dd4eb4469cb83 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sun, 19 May 2019 19:28:57 +0300 Subject: [PATCH] [F] Fixed windows build flag --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index effc8e0..4273e7c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ install: before_build: - mkdir build - cd build - - cmake --G "Visual Studio 15 2017 Win64" .. + - cmake -G "Visual Studio 15 2017 Win64" .. - dir build: @@ -28,4 +28,4 @@ test_script: - ctest -VV # - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test_dev.exe' # - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test.exe' -# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_example.exe' \ No newline at end of file +# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_example.exe'