legendary-doc-site/script/cibuild

18 lines
189 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
2021-04-24 16:20:17 +00:00
script/ci/restore-timestamps
2020-07-03 00:27:32 +00:00
mix deps.get
mix ecto.create
mix ecto.migrate
2020-07-17 23:30:31 +00:00
mix test
2021-04-24 16:20:17 +00:00
script/ci/restore-timestamps