From 78c315f2d8c67d075aacb7a799d573a940e1b4db Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 23 Feb 2021 10:05:32 -0300 Subject: Update aux/ci/ci-build.sh --- aux/ci/ci-build.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'aux') diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 311abf9..1e3af4a 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -46,17 +46,12 @@ EOF if [ -f aux/guix/with-container.sh ]; then RUNNER='./aux/guix/with-container.sh' + guix describle else RUNNER='sh -c' fi - if [ -f ./configure ]; then - COMMAND='./configure && make CC=cc clean check public' - else - COMMAND='make CC=cc clean check public' - fi - - $RUNNER "$COMMAND" + $RUNNER 'make clean check public' rsync -avzzP public/ "/srv/http/$PACKAGE/" --delete } | tee "$LOGFILE" 2>&1 -- cgit v1.2.3