mirror of https://github.com/nirenjan/libx52.git
fix: Use ninja to build and test
parent
9f3d697e87
commit
f04e772590
|
@ -4,8 +4,8 @@ set -e
|
|||
|
||||
meson setup build
|
||||
cd build
|
||||
meson compile
|
||||
meson test
|
||||
ninja
|
||||
ninja test
|
||||
|
||||
# Print bugreport output
|
||||
./x52bugreport
|
||||
|
|
Loading…
Reference in New Issue