Skip to content

Commit

Permalink
Running CI on MinGW (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jun 8, 2017
1 parent 4bc7df7 commit a2a48d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 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 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 Down

0 comments on commit a2a48d2

Please sign in to comment.