legendary-doc-site/script/cibuild

9 lines
93 B
Text
Raw Normal View History

2020-07-02 21:08:53 +00:00
#!/bin/sh
set -x
set -e
2020-07-03 00:30:18 +00:00
mix local.hex --force
mix local.rebar --force
2020-07-03 00:27:32 +00:00
mix deps.get
mix test