Skip to content

Commit

Permalink
Don't need to specify --cxx for the default tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jan 31, 2021
1 parent 88cdccd commit acca9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stages:
displayName: Install
- bash: |
set -e
./src/engine/build.sh --verbose --cxx=${CXX}
./src/engine/build.sh --verbose
displayName: Build
- job: 'Linux_Clang_Only_Build'
Expand All @@ -59,7 +59,7 @@ stages:
displayName: Install
- bash: |
set -e
./src/engine/build.sh --verbose --cxx=${CXX}
./src/engine/build.sh --verbose
displayName: Build
- job: 'Linux_Latest'
Expand Down

0 comments on commit acca9f8

Please sign in to comment.