1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/bin/ci_deps
2023-02-12 13:44:00 -06:00

10 lines
157 B
Bash
Executable File

#!/usr/bin/env bash
echo "Installing Phoenix dependencies"
mix local.hex --force
mix local.rebar --force
export MIX_ENV=test
mix deps.get
mix deps.compile