mirror of https://github.com/nirenjan/libx52.git
ci: Pass allow-dirty to meson dist
parent
c373ca9647
commit
fb913a06a2
|
|
@ -18,7 +18,7 @@ meson setup -Dprefix=/usr -Dsysconfdir=/etc -Dlocalstatedir=/var -Dnls=enabled "
|
||||||
cd "$BUILDDIR"
|
cd "$BUILDDIR"
|
||||||
meson compile
|
meson compile
|
||||||
meson test
|
meson test
|
||||||
meson dist
|
meson dist --allow-dirty # Required to fix CI build
|
||||||
|
|
||||||
# Print bugreport output
|
# Print bugreport output
|
||||||
./bugreport/x52bugreport
|
./bugreport/x52bugreport
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue