Skip to content

Commit

Permalink
Enable mingw64 builds (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jun 10, 2017
1 parent b536f2e commit 3da61e8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,17 @@ build_script:
- b2.exe -j4 toolset=msvc address-model=64 architecture=x86 link=static --with-program_options --with-filesystem --with-system --with-test --with-atomic --with-thread --with-date_time --with-chrono --with-regex --with-random --with-context --with-coroutine stage
- b2.exe -j4 toolset=gcc architecture=x86 link=static --with-program_options --with-filesystem --with-system --with-test --with-atomic --with-thread --with-date_time --with-chrono --with-regex --with-random --with-context --with-coroutine stage
- cd %APPVEYOR_BUILD_FOLDER%
# Building examples.
- qmake "BOOST_PATH=%BOOST%" BoostBook.pro

after_build:
before_test:
test_script:
- nmake
# Building examples.
- qmake "BOOST_PATH=%BOOST%" BoostBook.pro
- nmake /NOLOGO
- python ./test.py
- nmake clean
- nmake distclean

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

Expand Down

0 comments on commit 3da61e8

Please sign in to comment.