legendary-doc-site/script/cibuild
2020-07-02 19:30:18 -05:00

11 lines
No EOL
132 B
Bash
Executable file

#!/bin/sh
set -x
set -e
FULL_PATH=$(realpath $0)
DIR_PATH=$(dirname $FULL_PATH)
mix local.hex --force
mix deps.get
$DIR_PATH/test