this worked on a local container
This commit is contained in:
parent
ad6fa2b778
commit
cd9d18ed85
@ -1,13 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
export # let's see what's available
|
||||
export # let's see what's available
|
||||
pwd
|
||||
ls /dev/input
|
||||
ls /dev/
|
||||
|
||||
set -e
|
||||
tree # figure out where we are
|
||||
# Can we use the spec file version number here??
|
||||
|
||||
ls /dev/input # if this fails, we don't have a VM
|
||||
ls /dev/uinput # same as above
|
||||
|
||||
# this is where the standard-test-source extracts to
|
||||
pushd ../source
|
||||
|
||||
meson builddir -Ddocumentation=false -Dtests=true -Ddebug-gui=false
|
||||
|
@ -40,12 +40,12 @@
|
||||
required_packages:
|
||||
- meson
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- mtdev-devel
|
||||
- libevdev-devel
|
||||
- libwacom-devel
|
||||
- check-devel
|
||||
- systemd-devel
|
||||
- valgrind
|
||||
- tree # for debugging
|
||||
tests:
|
||||
- libinput-test-suite
|
||||
|
Loading…
Reference in New Issue
Block a user