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
Spot
Spot
Commits
b8164ef9
Commit
b8164ef9
authored
Nov 10, 2018
by
Alexandre Duret-Lutz
Browse files
add an Alpine Linux build
* .gitlab-ci.yml (alpine-gcc): Here.
parent
3b830ec0
Pipeline
#4613
passed with stages
in 158 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b8164ef9
...
...
@@ -70,6 +70,24 @@ debian-gcc-snapshot:
-
doc/userdoc/
-
./*.tar.gz
alpine-gcc
:
stage
:
build
only
:
-
branches
except
:
-
/wip/
image
:
registry.lrde.epita.fr/spot-alpine
script
:
-
autoreconf -vfi
-
./configure
-
make
-
make check
artifacts
:
when
:
always
paths
:
-
tests/*/*.log
-
./*.log
arch-clang
:
stage
:
build
only
:
...
...
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