Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarn Burton
asdf
Commits
af987303
Commit
af987303
authored
Jun 03, 2021
by
Eric Timmons
Browse files
Always upload job logs
parent
eac784e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
gitlab-pipelines/new-implementation-version.yml
View file @
af987303
...
...
@@ -17,6 +17,7 @@ Regression test:
-
make
-
make test
artifacts
:
when
:
always
paths
:
-
build/results/$l-test.text
needs
:
[]
...
...
@@ -34,6 +35,7 @@ REQUIRE Upgrade test:
-
make
-
make test-upgrade
artifacts
:
when
:
always
paths
:
-
build/results/$l-upgrade.text
needs
:
[]
...
...
gitlab-pipelines/standard-pipeline.yml
View file @
af987303
...
...
@@ -31,6 +31,7 @@ Build ASDF:
script
:
-
make
artifacts
:
when
:
always
paths
:
-
build/asdf.lisp
...
...
@@ -42,10 +43,12 @@ Build docs:
-
apt-get install -y --no-install-recommends texinfo texlive
-
make -C doc
artifacts
:
when
:
always
paths
:
-
doc/asdf.html
-
doc/asdf.info
-
doc/asdf.pdf
-
doc/*.log
###############################################################################
# Regression tests
...
...
@@ -60,6 +63,7 @@ Build docs:
-
make
-
make test
artifacts
:
when
:
always
paths
:
-
build/results/$l-test.text
needs
:
[]
...
...
@@ -98,6 +102,7 @@ Regression test expected failure:
-
make
-
make test-upgrade
artifacts
:
when
:
always
paths
:
-
build/results/$l-upgrade.text
needs
:
[]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment