mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 18:10:07 +01:00
CI: move the configure flags into a variable
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6c4981393e
commit
74d4a3d11d
1 changed files with 4 additions and 8 deletions
|
|
@ -83,7 +83,7 @@ variables:
|
|||
.default_build: &default_build
|
||||
script:
|
||||
- autoreconf -ivf
|
||||
- ./configure --disable-silent-rules
|
||||
- ./configure --disable-silent-rules $CONFIGURE_FLAGS
|
||||
- make
|
||||
- make check
|
||||
<<: *default_artifacts
|
||||
|
|
@ -91,7 +91,7 @@ variables:
|
|||
.default_build_distcheck: &default_build_distcheck
|
||||
script:
|
||||
- autoreconf -ivf
|
||||
- ./configure --disable-silent-rules
|
||||
- ./configure --disable-silent-rules $CONFIGURE_FLAGS
|
||||
- make
|
||||
- make check
|
||||
- make distcheck
|
||||
|
|
@ -500,10 +500,6 @@ centos:7@no-nm:
|
|||
|
||||
centos:7@enable-gcov:
|
||||
extends: .centos-custom-build@template
|
||||
script:
|
||||
- autoreconf -ivf
|
||||
- ./configure --disable-silent-rules --enable-gcov
|
||||
- make
|
||||
- make check
|
||||
- make distcheck
|
||||
<<: *default_artifacts
|
||||
variables:
|
||||
CONFIGURE_FLAGS: "--enable-gcov"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue