Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
aml
Commits
4ff69c4d
Commit
4ff69c4d
authored
Oct 02, 2020
by
Swann Perarnau
Browse files
[ci] additional distribution check
Check that this version of the source can be packaged.
parent
1f041628
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4ff69c4d
...
...
@@ -7,7 +7,7 @@ stages:
-
style
-
build
-
docs
-
release
-
distribution
repoquality
:
stage
:
style
...
...
@@ -205,3 +205,26 @@ readthedocs:
script
:
-
nix run nixpkgs.curl -c curl -X POST -d "branches=$CI_COMMIT_REF_NAME" -d "token=$READTHEDOCS_TOKEN" https://readthedocs.org/api/v2/webhook/argo-aml/83161/
distcheck
:
tags
:
-
nix
-
kvm
stage
:
distribution
except
:
-
/^wip.*/
-
/^WIP.*/
variables
:
CFLAGS
:
"
-std=c99
-pedantic
-Wall
-Wextra
-Werror
-Wno-unused-but-set-parameter
-Wno-builtin-declaration-mismatch"
script
:
-
|
nix-shell --run bash <<< '
./autogen.sh
mkdir build
./configure --prefix=`pwd`/build
make distcheck
'
artifacts
:
when
:
on_failure
paths
:
-
config.log
-
tests/*.log
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