Skip to content
Snippets Groups Projects
Commit d0cda9b5 authored by Celeste's avatar Celeste
Browse files

community/muon: move from testing

parent 463a588b
No related branches found
No related tags found
No related merge requests found
...@@ -80,10 +80,11 @@ build() { ...@@ -80,10 +80,11 @@ build() {
} }
check() { check() {
build-wrap/muon -C build-wrap test -j "${JOBS:-0}" -R -d dots local d; for d in build-wrap build; do
rm -r subprojects/meson-tests $d/muon -C $d test -j "${JOBS:-0}" -R -d dots
cp -a subprojects/meson-tests.orig subprojects/meson-tests rm -r subprojects/meson-tests
build/muon -C build test -j "${JOBS:-0}" -R -d dots cp -a subprojects/meson-tests.orig subprojects/meson-tests
done
} }
package() { package() {
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment