Skip to content

Commit

Permalink
Do not run CI on MinGW (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jun 8, 2017
1 parent a2a48d2 commit b02b774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build_script:
# Building Boost.
- bootstrap.bat
- b2.exe headers
- b2.exe -j4 toolset=msvc,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
- b2.exe -j4 toolset=msvc 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
Expand All @@ -60,8 +60,8 @@ test_script:
- nmake
- python ./test.py
- nmake clean
- mingw32-make
- python ./test.py
#- mingw32-make
#- python ./test.py

after_test:
on_success:
Expand Down

0 comments on commit b02b774

Please sign in to comment.