Skip to content

Commit

Permalink
Enable mingw64 builds (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jun 10, 2017
1 parent 64d5c0f commit 80586ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ branches:
skip_tags: true

before_build:
- set PATH=%PATH%;C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32;C:\Qt\5.8\msvc2015_64\bin
- dir C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32
- set PATH=%PATH%;C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin;C:\Qt\5.8\msvc2015_64\bin
- dir C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
- dir C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\i686-w64-mingw32
- echo "Testing %APPVEYOR_PROJECT_NAME%"

# Cloning Boost libraries (fast nondeep cloning)
Expand Down

0 comments on commit 80586ad

Please sign in to comment.