1
0
Fork 0

[F] Fixed windows build flag

This commit is contained in:
seleznevae 2019-05-19 19:28:57 +03:00
parent 1b7868f748
commit 69883dcf1e
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ install:
before_build: before_build:
- mkdir build - mkdir build
- cd build - cd build
- cmake --G "Visual Studio 15 2017 Win64" .. - cmake -G "Visual Studio 15 2017 Win64" ..
- dir - dir
build: build:
@ -28,4 +28,4 @@ test_script:
- ctest -VV - ctest -VV
# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test_dev.exe' # - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test_dev.exe'
# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test.exe' # - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test.exe'
# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_example.exe' # - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_example.exe'