File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,11 @@ mkdir aitest-context # empty build context
66for n in archlinux ubuntu; do
77 docker build -f .github/scripts/Linux/utils/Dockerfile.$n \
88 -t aitest-$n aitest-context
9- docker run --rm -v " $PWD " /squashfs-root/:/AppImage aitest-$n \
10- /AppImage/AppRun -v
11- docker run --rm -v " $PWD " /squashfs-root/:/AppImage aitest-$n \
12- /AppImage/AppRun --tool uv-qt -h
13- docker run --rm -v " $PWD " /squashfs-root/:/AppImage aitest-$n \
14- sh -c ' xvfb-run /AppImage/AppRun --tool uv-qt & { sleep 10; kill $!; }'
15- docker run --rm -v " $PWD " /squashfs-root/:/AppImage aitest-$n \
16- /AppImage/AppRun --list-modules
17- docker run --rm -v " $PWD " /squashfs-root:/AppImage aitest-$n \
18- /AppImage/AppRun --capabilities
9+ docker run --rm -v " $PWD " /squashfs-root/:/AppImage aitest-$n sh -ce '
10+ /AppImage/AppRun -v
11+ /AppImage/AppRun --tool uv-qt -h
12+ xvfb-run /AppImage/AppRun --tool uv-qt & { sleep 10; kill $!; }
13+ /AppImage/AppRun --list-modules
14+ /AppImage/AppRun --capabilities
15+ '
1916done
You can’t perform that action at this time.
0 commit comments