legendary-doc-site/script/cibuild

10 lines
110 B
Text
Raw Normal View History

2020-07-02 21:08:53 +00:00
#!/bin/sh
set -x
set -e
FULL_PATH=$(realpath $0)
DIR_PATH=$(dirname $FULL_PATH)
2020-07-03 00:27:32 +00:00
mix deps.get
2020-07-02 21:08:53 +00:00
$DIR_PATH/test