Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Simulation
P
Proposals
OpenSCENARIO
2.0
Commits
dfe4d878
Commit
dfe4d878
authored
Apr 07, 2020
by
Benjamin Engel
Browse files
Add asciidoc build tag and remove pdf build stage from .gitlab-ci.yml
parent
ac9e070c
Pipeline
#894
passed with stage
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
.gitlab-ci.yml
.gitlab-ci.yml
+9
-7
No files found.
.gitlab-ci.yml
View file @
dfe4d878
...
...
@@ -7,16 +7,18 @@ stages:
html
:
stage
:
build
tags
:
-
asciidoc
script
:
-
asciidoctor -r asciidoctor-diagram main.adoc -o P2020_OpenSCENARIO_2-0_Project_Proposal.html
artifacts
:
paths
:
-
P2020_OpenSCENARIO_2-0_Project_Proposal.html
pdf
:
stage
:
build
script
:
-
asciidoctor-pdf -r asciidoctor-diagram -r asciidoctor-mathematical main.adoc -o P2020_OpenSCENARIO_2-0_Project_Proposal.pdf
artifacts
:
paths
:
-
P2020_OpenSCENARIO_2-0_Project_Proposal.pdf
#
pdf:
#
stage: build
#
script:
#
- asciidoctor-pdf -r asciidoctor-diagram -r asciidoctor-mathematical main.adoc -o P2020_OpenSCENARIO_2-0_Project_Proposal.pdf
#
artifacts:
#
paths:
#
- P2020_OpenSCENARIO_2-0_Project_Proposal.pdf
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment