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