Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 8cb42666 authored by Robert Nelson's avatar Robert Nelson
Browse files

Revert "ci: gitlab-build.sh: use all 4 cores on ci builder"

This reverts commit 991f013b
parent 991f013b
Branches
Tags
No related merge requests found
......@@ -47,20 +47,12 @@ HERE
echo "**** make html ****"
# Build and serve HTML
if [ "x${CI_RUNNER_EXECUTABLE_ARCH}" == "xlinux/arm64" ] ; then
make -j4 html BUILDDIR=public/$VER_DIR
else
make html BUILDDIR=public/$VER_DIR
fi
make html BUILDDIR=public/$VER_DIR
mv public/$VER_DIR/html/* public/$VER_DIR/
echo "**** make latexpdf ****"
# Build, optimize, and serve PDF
if [ "x${CI_RUNNER_EXECUTABLE_ARCH}" == "xlinux/arm64" ] ; then
make -j4 latexpdf BUILDDIR=public/$VER_DIR
else
make latexpdf BUILDDIR=public/$VER_DIR
fi
make latexpdf BUILDDIR=public/$VER_DIR
echo "**** pdfcpu ****"
if [ "x${CI_RUNNER_EXECUTABLE_ARCH}" == "xlinux/arm64" ] ; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment