mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add utility script to run nightly spec
This commit is contained in:
parent
735122a94b
commit
5c08427ca0
1 changed files with 7 additions and 0 deletions
7
util/nightly.sh
Executable file
7
util/nightly.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
set -e
|
||||||
|
|
||||||
|
readonly image=crystallang/crystal:nightly
|
||||||
|
readonly code=/project
|
||||||
|
|
||||||
|
docker run -it -v "$PWD:${code}" -w "${code}" "${image}" crystal spec "$@"
|
Loading…
Reference in a new issue