Skip to content

Commit

Permalink
Add Visual Studio 2019 CI job on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jeking3 committed Jun 8, 2019
1 parent be5876a commit a165661
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ environment:
B2_VARIANT: variant=release,debug

matrix:
- FLAVOR: Visual Studio 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
B2_ADDRESS_MODEL: address-model=64
B2_CXXFLAGS: cxxflags=-permissive-
B2_CXXSTD: latest # 2a
B2_TOOLSET: msvc-14.2
MAYFAIL: true

- FLAVOR: Visual Studio 2017 C++2a Strict
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
B2_ADDRESS_MODEL: address-model=64
Expand Down

0 comments on commit a165661

Please sign in to comment.