Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Baginski
libhandy
Commits
154ca50a
Commit
154ca50a
authored
Jan 15, 2019
by
Guido Gunther
Committed by
Guido Gunther
Jan 16, 2019
Browse files
gitlab-ci: Build static library
The library build is sufficiently different that we want to run the build and tests.
parent
19ff587e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
154ca50a
...
...
@@ -28,6 +28,17 @@ build-debian-gcc:
paths
:
-
_build
build-debian-gcc-static
:
image
:
debian:buster
<<
:
*tags
stage
:
build
script
:
-
export LC_ALL=C.UTF-8
-
meson . _build -Dintrospection=disabled -Dstatic=true -Dgtk_doc=false --werror
-
ninja -C _build
-
test -f _build/src/libhandy-0.0.a
-
xvfb-run ninja -C _build test
build-debian-clang
:
image
:
debian:buster
before_script
:
...
...
Write
Preview
Supports
Markdown
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