Skip to content

Commit

Permalink
ci: Add "no-exceptions" job
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jun 20, 2020
1 parent 46aa9ef commit f94647a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,17 @@ jobs:
- build_and_test
- benchmark

no-exceptions:
environment:
- BUILD_TYPE: Release
- CMAKE_OPTIONS: -DEXCEPTIONS=OFF -DRTTI=OFF
docker:
- image: ethereum/cpp-build-env:14-gcc-10
steps:
- install_deps
- build_and_test
- benchmark

linux-32bit:
environment:
- BUILD_PARALLEL_JOBS: 4
Expand Down Expand Up @@ -211,6 +222,7 @@ workflows:
- linux-clang-coverage
- linux-clang-asan
- linux-clang-ubsan
- no-exceptions
- linux-32bit
- fuzzing
- macos
Expand Down

0 comments on commit f94647a

Please sign in to comment.