Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
strega-nil committed Jun 16, 2022
1 parent 89e5979 commit 3e830fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-devops/cmake-configure-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
cmake ${{ parameters.cmakeAdditionalFlags}} -G Ninja ^
-DCMAKE_CXX_COMPILER=cl ^
-DCMAKE_BUILD_TYPE=Release ^
-DSTL_BUILD_BENCHMARKING=$(buildBenchmarks) ^
-DSTL_BUILD_BENCHMARKING=${{ parameters.buildBenchmarks }} ^
-DLIT_FLAGS=$(litFlags) ^
-S $(Build.SourcesDirectory) -B $(${{ parameters.buildOutputLocationVar }})
displayName: 'Configure the STL'
Expand Down
3 changes: 2 additions & 1 deletion azure-devops/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
targetPlatform: ${{ parameters.targetPlatform }}
hostArch: ${{ parameters.hostArch }}
targetArch: ${{ parameters.vsDevCmdArch }}
cmakeAdditionalFlags: '-DTESTS_BUILD_ONLY=ON -DSTL_BUILD_BENCHMARKING=$(buildBenchmarks)'
buildBenchmarks: '${{ parameters.buildBenchmarks }}'
cmakeAdditionalFlags: '-DTESTS_BUILD_ONLY=ON'
- template: run-tests.yml
parameters:
hostArch: ${{ parameters.hostArch }}
Expand Down

0 comments on commit 3e830fe

Please sign in to comment.