Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Malin Freeborn
config
Commits
7eda8ef2
Verified
Commit
7eda8ef2
authored
1 month ago
by
Malin Freeborn
Browse files
Options
Downloads
Patches
Plain Diff
parallel processing in complete build
parent
4701db5e
No related branches found
No related tags found
No related merge requests found
Pipeline
#281105
passed
1 month ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
vars
+1
-2
1 addition, 2 deletions
vars
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
7eda8ef2
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
vars
+
1
−
2
View file @
7eda8ef2
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment