Skip to content

Commit

Permalink
test fix appveyor. Part 21
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 24, 2018
1 parent dc96912 commit c65a7cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(OpenXRay)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

IF(MINGW)
SET(CMAKE_BUILD_TOOL mingw32-make)
SET(CMAKE_MAKE_PROGRAM mingw32-make)
ENDIF(MINGW)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive --std=c++17")
Expand Down
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ environment:
- tbs_arch: x64
tbs_tools: msvc
tbs_config: Release
install:
- ps: >-
if($env:tbs_tools -eq 'mingw' -and $env:tbs_arch -eq 'x64xDISABLE') {
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"';
invoke '7z' 'x -oC:\ mw64.7z';
}
build_script:
- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\mingw32-make --version
- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\g++ --version
Expand Down

0 comments on commit c65a7cf

Please sign in to comment.