File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(OpenXRay)
44set (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR} /cmake)
55
66IF (MINGW)
7- SET (CMAKE_BUILD_TOOL mingw32-make)
7+ SET (CMAKE_MAKE_PROGRAM mingw32-make)
88ENDIF (MINGW)
99
1010set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive --std=c++17" )
Original file line number Diff line number Diff line change @@ -21,12 +21,6 @@ environment:
2121 - tbs_arch : x64
2222 tbs_tools : msvc
2323 tbs_config : Release
24- install :
25- - ps : >-
26- if($env:tbs_tools -eq 'mingw' -and $env:tbs_arch -eq 'x64xDISABLE') {
27- invoke 'curl' '-L -o mw64.7z "http://libgd.blob.core.windows.net/mingw/x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z"';
28- invoke '7z' 'x -oC:\ mw64.7z';
29- }
3024build_script :
3125- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\mingw32-make --version
3226- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\g++ --version
You can’t perform that action at this time.
0 commit comments