From 1358e1e0812178722084dd50fac04b88a16af97f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 2 Dec 2020 13:58:50 -0300 Subject: ci-build.sh: Run all make targets in a single invocation --- scripts/ci-build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index f3c86d2..1a9ab78 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -36,5 +36,4 @@ pushd "$CLONE" git config --global user.email git@euandre.org git config --global user.name 'EuAndreh CI' -./scripts/with-container.sh make check site -./scripts/with-container.sh make publish +./scripts/with-container.sh make check site publish -- cgit v1.2.3