another attempt

This commit is contained in:
Peter Hutterer 2019-03-08 15:59:26 +10:00
parent 3519b52402
commit a0c4d91a3c
2 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ ls /dev/
set -e
tree # figure out where we are
# Can we use the spec file version number here??
pushd tests/source
pushd ../source
meson builddir -Ddocumentation=false -Dtests=true -Ddebug-gui=false
ninja -C builddir test

View File

@ -24,12 +24,12 @@
- hosts: localhost
roles:
# - role: standard-test-rpm
# subjects: python3-devel # for pathfix during srpm prep
# tags:
# - always
# - classic
- role: standard-test-source
- role: standard-test-rpm
subjects: python3-devel # for pathfix during srpm prep
tags:
- always
- classic
- role: standard-test-source
tags:
- always
- classic