Optimize scheduler

This commit is contained in:
Sotr
2019-03-07 14:27:56 +08:00
parent eeced58274
commit 2b944e7af1
3 changed files with 623 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ set -e
basedir="$(pwd -P)"
version="master"
(git submodule update --init --remote && cd "work/Paper" && git checkout "$version" && cd "$basedir" && chmod +x scripts/build.sh && ./scripts/build.sh "$basedir" "$1" "$2" "$3") || (
(git submodule update --init --remote && cd "$basedir" && chmod +x scripts/build.sh && ./scripts/build.sh "$basedir" "$1" "$2" "$3") || (
echo "Failed to build Akarin"
exit 1
) || exit 1