another attempt
This commit is contained in:
parent
3519b52402
commit
a0c4d91a3c
@ -8,7 +8,7 @@ ls /dev/
|
|||||||
set -e
|
set -e
|
||||||
tree # figure out where we are
|
tree # figure out where we are
|
||||||
# Can we use the spec file version number here??
|
# Can we use the spec file version number here??
|
||||||
pushd tests/source
|
pushd ../source
|
||||||
|
|
||||||
meson builddir -Ddocumentation=false -Dtests=true -Ddebug-gui=false
|
meson builddir -Ddocumentation=false -Dtests=true -Ddebug-gui=false
|
||||||
ninja -C builddir test
|
ninja -C builddir test
|
||||||
|
@ -24,12 +24,12 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
# - role: standard-test-rpm
|
- role: standard-test-rpm
|
||||||
# subjects: python3-devel # for pathfix during srpm prep
|
subjects: python3-devel # for pathfix during srpm prep
|
||||||
# tags:
|
tags:
|
||||||
# - always
|
- always
|
||||||
# - classic
|
- classic
|
||||||
- role: standard-test-source
|
- role: standard-test-source
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
- classic
|
- classic
|
||||||
|
Loading…
Reference in New Issue
Block a user