-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from bluescarni/pr/iter
Fixes for recent fmt versions, CI update
- Loading branch information
Showing
23 changed files
with
244 additions
and
458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,45 @@ | ||
version: 2.1 | ||
|
||
jobs: | ||
focal_gcc9_docs: | ||
# focal_gcc9_docs: | ||
# docker: | ||
# - image: circleci/buildpack-deps:focal | ||
# steps: | ||
# - checkout | ||
# - run: | ||
# name: Build and test | ||
# command: bash ./tools/circleci_focal_gcc9_docs.sh | ||
# focal_gcc9_coverage: | ||
# docker: | ||
# - image: circleci/buildpack-deps:focal | ||
# steps: | ||
# - checkout | ||
# - run: | ||
# name: Build and test | ||
# command: bash ./tools/circleci_focal_gcc9_coverage.sh | ||
# focal_gcc9_ubsan: | ||
# docker: | ||
# - image: circleci/buildpack-deps:focal | ||
# steps: | ||
# - checkout | ||
# - run: | ||
# name: Build and test | ||
# command: bash ./tools/circleci_focal_gcc9_ubsan.sh | ||
conda_asan: | ||
docker: | ||
- image: circleci/buildpack-deps:focal | ||
- image: cimg/base:current | ||
resource_class: large | ||
steps: | ||
- checkout | ||
- run: | ||
name: Build and test | ||
command: bash ./tools/circleci_focal_gcc9_docs.sh | ||
focal_gcc9_coverage: | ||
docker: | ||
- image: circleci/buildpack-deps:focal | ||
steps: | ||
- checkout | ||
- run: | ||
name: Build and test | ||
command: bash ./tools/circleci_focal_gcc9_coverage.sh | ||
focal_gcc9_ubsan: | ||
docker: | ||
- image: circleci/buildpack-deps:focal | ||
steps: | ||
- checkout | ||
- run: | ||
name: Build and test | ||
command: bash ./tools/circleci_focal_gcc9_ubsan.sh | ||
focal_gcc9_asan: | ||
docker: | ||
- image: circleci/buildpack-deps:focal | ||
steps: | ||
- checkout | ||
- run: | ||
name: Build and test | ||
command: bash ./tools/circleci_focal_gcc9_asan.sh | ||
command: bash ./tools/conda_asan.sh | ||
|
||
workflows: | ||
version: 2.1 | ||
all_builds: | ||
jobs: | ||
- focal_gcc9_docs | ||
- focal_gcc9_coverage | ||
- focal_gcc9_ubsan | ||
- focal_gcc9_asan | ||
# - focal_gcc9_docs | ||
# - focal_gcc9_coverage | ||
# - focal_gcc9_ubsan | ||
- conda_asan |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.