[F] Fixed windows build flag
This commit is contained in:
parent
1b7868f748
commit
69883dcf1e
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user