From c31cbe7cfefc18123eb85ffb2ce509748435efde Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sat, 11 Apr 2020 00:40:44 -0700 Subject: Add C++17 test to Travis --- ci/test/00_setup_env_native_cxx17.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ci/test/00_setup_env_native_cxx17.sh (limited to 'ci') diff --git a/ci/test/00_setup_env_native_cxx17.sh b/ci/test/00_setup_env_native_cxx17.sh new file mode 100644 index 0000000000..9a75276420 --- /dev/null +++ b/ci/test/00_setup_env_native_cxx17.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +# +# Copyright (c) 2020 The Bitcoin Core developers +# Distributed under the MIT software license, see the accompanying +# file COPYING or http://www.opensource.org/licenses/mit-license.php. + +export LC_ALL=C.UTF-8 + +export CONTAINER_NAME=ci_native_cxx17 +export PACKAGES="python3-zmq libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev" +export NO_DEPENDS=1 +export GOAL="install" +export BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --enable-c++17" -- cgit v1.2.3