Skip to content

Commit

Permalink
appveyor: Fix cxxstd
Browse files Browse the repository at this point in the history
  • Loading branch information
leha-bot committed Jul 21, 2023
1 parent cdc79df commit 799953d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ init:
# From this point and below code is same for all the Boost libs
###############################################################################################################

version: 1.64.{build}-{branch}
version: 1.84.{build}-{branch}

# branches to build
branches:
Expand Down Expand Up @@ -52,7 +52,7 @@ build_script:
after_build:
before_test:
test_script:
- ..\..\..\b2.exe address-model=32 architecture=x86 toolset=msvc,gcc cxxflags="-DBOOST_TRAVISCI_BUILD" -sBOOST_BUILD_PATH=.
- ..\..\..\b2.exe address-model=32 architecture=x86 toolset=msvc,gcc cxxflags="-DBOOST_TRAVISCI_BUILD" cxxstd="11,14" -sBOOST_BUILD_PATH=.

after_test:
on_success:
Expand Down

0 comments on commit 799953d

Please sign in to comment.