Skip to content

Commit

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

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

# Cloning Boost libraries (fast nondeep cloning)
Expand Down Expand Up @@ -57,15 +58,16 @@ after_build:
before_test:
test_script:
# Building examples.
- qmake -unix "BOOST_PATH=%BOOST%" BoostBook.pro
- make
- python ./test.py
- make distclean

- qmake "BOOST_PATH=%BOOST%" BoostBook.pro
- nmake /NOLOGO
- python ./test.py
- nmake distclean

- qmake -unix "BOOST_PATH=%BOOST%" BoostBook.pro
- mingw32-make
- python ./test.py

after_test:
on_success:
on_failure:
Expand Down

0 comments on commit f3e91e2

Please sign in to comment.