Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
046a379e
Commit
046a379e
authored
Mar 25, 2020
by
Tiago Peixoto
Browse files
Add tarball build to CI
parent
eacedf72
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
046a379e
...
...
@@ -20,6 +20,22 @@ job_clang_amd64:
tags
:
-
amd64
build_tarball
:
script
:
-
./autogen.sh
-
./configure
-
make dist-bzip2
-
make dist-xz
-
bunzip2 *bz2
-
zstd *.tar
only
:
-
tags
artifacts
:
paths
:
-
graph-tool*bz2
-
graph-tool*xz
-
graph-tool*zst
build_sid
:
script
:
-
BASE=debian:sid
...
...
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