Skip to content
Snippets Groups Projects
Verified Commit 7eda8ef2 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

parallel processing in complete build

parent 4701db5e
No related branches found
No related tags found
No related merge requests found
Pipeline #281105 passed
...@@ -5,7 +5,7 @@ variables: ...@@ -5,7 +5,7 @@ variables:
build: build:
image: $LATEX_IMAGE image: $LATEX_IMAGE
script: script:
- make all - make -j -O all
rules: rules:
- if: $CI_COMMIT_BRANCH == "master" - if: $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == "run" - if: $CI_COMMIT_BRANCH == "run"
......
...@@ -107,8 +107,7 @@ printables: $(A3_pdfs) ...@@ -107,8 +107,7 @@ printables: $(A3_pdfs)
output += $(targets) output += $(targets)
.PHONY: all .PHONY: all
all: ## All standard targets all: $(targets) ## All standard targets
make $(targets)
.PHONY: clean .PHONY: clean
clean: ## Clean repo, including cross-reference files clean: ## Clean repo, including cross-reference files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment