mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-02-03 14:50:28 +01: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:
|
||||
artifacts:
|
||||
paths:
|
||||
- test/test-suite.log
|
||||
- _build/test/test-suite.log
|
||||
expire_in: 1 week
|
||||
when: on_failure
|
||||
reports:
|
||||
|
|
@ -86,11 +86,13 @@ variables:
|
|||
extends:
|
||||
- .default_artifacts
|
||||
script:
|
||||
- autoreconf -ivf
|
||||
- ./configure --disable-silent-rules $CONFIGURE_FLAGS
|
||||
- mkdir _build
|
||||
- pushd _build > /dev/null
|
||||
- ../autogen.sh --disable-silent-rules $CONFIGURE_FLAGS
|
||||
- make
|
||||
- make check
|
||||
- if ! [[ -z "$MAKE_ARGS" ]]; then make $MAKE_ARGS; fi
|
||||
- popd > /dev/null
|
||||
|
||||
#################################################################
|
||||
# #
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue