From 43a7ea069c7ae139100c6bad65415986d835af26 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 9 Mar 2019 17:25:57 +0200 Subject: Test `b2 -n status` from a release layout --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6d1e6f558d..5b8fc5b3d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,9 @@ matrix: # Simple integrated status tests check. - env: SCRIPT=ci_boost_status + # Same, but using release layout + - env: SCRIPT=ci_boost_status RELEASE=1 + # Run 'quick' tests. - env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=gcc CXXSTD=03,11 compiler: g++ -- cgit v1.2.1