Skip to content

Commit

Permalink
Missed some more CI --cxx changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jan 31, 2021
1 parent 1bd74f9 commit 88cdccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/azp-linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
set -e
cd src/engine
set PATH=${PATH};${CXX_PATH}
./build.sh ${TOOLSET}
./build.sh ${TOOLSET} --cxx=${CXX}
./b2 -v
cd ../..
displayName: Build
Expand Down
2 changes: 1 addition & 1 deletion .ci/azp-macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
- bash: |
set -e
cd src/engine
./build.sh ${TOOLSET}
./build.sh ${TOOLSET} --cxx=${CXX}
./b2 -v
cd ../..
displayName: Build
Expand Down

0 comments on commit 88cdccd

Please sign in to comment.