Files
xtool-mirror/scripts/test-linux.sh
Kabir Oberai 6f8372a6bf aaaa
2025-05-31 02:32:26 +05:30

20 lines
270 B
Bash
Executable File

#!/bin/bash
export APPIMAGE_EXTRACT_AND_RUN=1
cd "$(dirname "$0")"/..
ls -la ./artifacts
cp ./artifacts/xtool /usr/local/bin/xtool
swift sdk install ./artifacts/darwin.artifactbundle.zip
mkdir /work
cd /work
xtool new Hello --skip-setup
cd Hello
xtool dev build