Skip to content

Commit c65a7cf

Browse files
committed
test fix appveyor. Part 21
1 parent dc96912 commit c65a7cf

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(OpenXRay)
44
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
55

66
IF(MINGW)
7-
SET(CMAKE_BUILD_TOOL mingw32-make)
7+
SET(CMAKE_MAKE_PROGRAM mingw32-make)
88
ENDIF(MINGW)
99

1010
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive --std=c++17")

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
}
3024
build_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

0 commit comments

Comments
 (0)