Skip to content

Commit

Permalink
Running CI on MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jun 8, 2017
1 parent b82a9e9 commit 4bc7df7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,18 @@ build_script:
# Building Boost.
- bootstrap.bat
- b2.exe headers
- 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=msvc,gcc 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
- cd %APPVEYOR_BUILD_FOLDER%
# Building examples.
- qmake "BOOST_PATH=%BOOST%" BoostBook.pro
- nmake

after_build:
before_test:
test_script:
- nmake
- python ./test.py
- nmake clean
- mingw32-make
- python ./test.py

after_test:
Expand Down

0 comments on commit 4bc7df7

Please sign in to comment.