.gitlab-ci.yml: Fix a few vars not using build dir variable
This commit is contained in:
parent
87f71b25fb
commit
0720ac99fd
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ variables:
|
|||
|
||||
# Build
|
||||
BUILD_DIR: build
|
||||
CONFIG_CMD: meson --buildtype=debug build
|
||||
CONFIG_CMD: meson --buildtype=debug $BUILD_DIR
|
||||
BUILD_CMD: ninja -v -C $BUILD_DIR
|
||||
TEST_CMD: xvfb-run meson test -v --no-stdsplit -C $BUILD_DIR $TEST_ARGS
|
||||
INSTALL_CMD: ninja -v -C $BUILD_DIR install
|
||||
|
|
@ -73,8 +73,8 @@ ubuntu:
|
|||
artifacts:
|
||||
when: 'always'
|
||||
paths:
|
||||
- '_build/meson-logs/meson-log.txt'
|
||||
- '_build/meson-logs/testlog.txt'
|
||||
- '$BUILD_DIR/meson-logs/meson-log.txt'
|
||||
- '$BUILD_DIR/meson-logs/testlog.txt'
|
||||
expire_in: 2 days
|
||||
|
||||
flatpak:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue