From 931b3fa3cb1b9730f126cdce0ca11a8633c6bc8b Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 17 Dec 2016 14:36:06 -0600 Subject: [PATCH] Split out make lines cibuild script --- scripts/cibuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/cibuild b/scripts/cibuild index 6562daa02..53a64eba9 100755 --- a/scripts/cibuild +++ b/scripts/cibuild @@ -1,5 +1,7 @@ #! /usr/bin/env sh ./scripts/setup_build ./scripts/setup_build_debug -make -j -C build/release all test -make -j -C build/debug all test +make -j -C build/release all +make -j -C build/release test +make -j -C build/debug all +make -j -C build/debug test