mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-05-08 08:58:06 +02:00
gitlab CI: separate builddir from srcdir
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ee2d35a90a
commit
201dfc38f9
1 changed files with 5 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ variables:
|
||||||
.default_artifacts:
|
.default_artifacts:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- test/test-suite.log
|
- _build/test/test-suite.log
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
when: on_failure
|
when: on_failure
|
||||||
reports:
|
reports:
|
||||||
|
|
@ -86,11 +86,13 @@ variables:
|
||||||
extends:
|
extends:
|
||||||
- .default_artifacts
|
- .default_artifacts
|
||||||
script:
|
script:
|
||||||
- autoreconf -ivf
|
- mkdir _build
|
||||||
- ./configure --disable-silent-rules $CONFIGURE_FLAGS
|
- pushd _build > /dev/null
|
||||||
|
- ../autogen.sh --disable-silent-rules $CONFIGURE_FLAGS
|
||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
- if ! [[ -z "$MAKE_ARGS" ]]; then make $MAKE_ARGS; fi
|
- if ! [[ -z "$MAKE_ARGS" ]]; then make $MAKE_ARGS; fi
|
||||||
|
- popd > /dev/null
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
# #
|
# #
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue