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
libfprint
fprintd
Commits
c871dfc9
Commit
c871dfc9
authored
Feb 05, 2020
by
Bastien Nocera
Committed by
Marco Trevisan
Feb 05, 2020
Browse files
ci: Remove autotools targets
parent
dccc5796
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c871dfc9
...
...
@@ -24,36 +24,6 @@ variables:
# So we don't get error about this libfprint file
-
echo "libfprint/demo/gtk-libfprint-test.ui" >> po/POTFILES.skip
build_stable_autotools
:
# FIXME: Stable builds will fail until libfprintv 2 reaches rawhide
allow_failure
:
true
before_script
:
-
dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES_STABLE
script
:
-
./autogen.sh --disable-dependency-tracking
-
make
-
make install
build_dev_autotools
:
<<
:
*install_libfprint_dev
script
:
-
./autogen.sh --disable-dependency-tracking
-
make
-
make install
test_dev_autotools
:
stage
:
test
<<
:
*install_libfprint_dev
script
:
-
./autogen.sh --disable-dependency-tracking
-
make
-
make check
artifacts
:
name
:
log
when
:
always
paths
:
-
tests/*.log
build_stable_meson
:
# FIXME: Stable builds will fail until libfprintv 2 reaches rawhide
allow_failure
:
true
...
...
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