mirror of https://github.com/nirenjan/libx52.git
ci: Update build scripts to use meson instead of autotools
parent
f464c0b6d3
commit
6b3743359c
|
@ -2,13 +2,10 @@
|
|||
# Run the build and tests
|
||||
set -e
|
||||
|
||||
./autogen.sh
|
||||
mkdir build
|
||||
meson setup build
|
||||
cd build
|
||||
../configure
|
||||
make -j V=0
|
||||
make -j check V=0
|
||||
make -j distcheck
|
||||
meson compile
|
||||
meson test
|
||||
|
||||
# Print bugreport output
|
||||
./x52bugreport
|
||||
|
|
|
@ -10,6 +10,7 @@ brew install \
|
|||
libusb \
|
||||
hidapi \
|
||||
doxygen \
|
||||
cmocka
|
||||
cmocka \
|
||||
meson
|
||||
|
||||
exit 0
|
||||
|
|
|
@ -14,6 +14,7 @@ sudo apt-get install -y \
|
|||
libevdev-dev \
|
||||
doxygen \
|
||||
libcmocka-dev \
|
||||
faketime
|
||||
faketime \
|
||||
meson
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue