Skip to content

Commit

Permalink
Add C++17 build to Travis (bitcoin#18591)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLTZ committed Feb 16, 2021
1 parent 233a0a7 commit 9cfc8e5
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 38 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ jobs:
env: >-
FILE_ENV="./ci/test/00_setup_env_amd64_asan.sh"
- stage: test
name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, c++17]'
env: >-
FILE_ENV="./ci/test/00_setup_env_native_cxx17.sh"
- stage: test
name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: fuzzer,address,undefined]'
env: >-
Expand Down
Loading

0 comments on commit 9cfc8e5

Please sign in to comment.