cibuild.sh 189 B

1234567
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
  4. repo_root="$DIR/../.."
  5. "$repo_root/build.sh" --ci --all --restore --build --pack --test "$@"