Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unit output cleanup #265

Merged
merged 15 commits into from
Dec 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix yml file
  • Loading branch information
phlptp committed Dec 30, 2022
commit 5b1223dbffe200119d1f3136d6f527b41e033096
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
CMAKE_BUILD_PARALLEL_LEVEL: 1
pool:
vmImage: 'ubuntu-latest'
container: helics/buildenv:clang12-builder
container: helics/buildenv:clang14-builder
steps:
- template: .ci/azure-build.yml
- script: git diff --exit-code --color
Expand Down Expand Up @@ -116,12 +116,12 @@ jobs:
containerImage: helics/buildenv:clang8-builder
units.std: 14
units.options: -DUNITS_BASE_TYPE=uint64_t
clang9_17:
clang9_17:
containerImage: helics/buildenv:clang9-builder
units.std: 17
units.options: -DUNITS_FORCE_LIBCXX=ON
clang12_20:
containerImage: helics/buildenv:clang12-builder
clang14_20:
containerImage: helics/buildenv:clang14-builder
units.std: 20
units.options: -DUNITS_FORCE_LIBCXX=ON -DCMAKE_CXX_FLAGS=-std=c++20
container: $[ variables['containerImage'] ]
Expand Down