Try fix circle

pull/392/head
Connor Rigby 2017-12-31 17:42:26 -08:00
parent e16ea2ee55
commit 434c54aa71
1 changed files with 6 additions and 7 deletions

View File

@ -14,6 +14,8 @@ install_elixir: &install_elixir
jobs:
test:
<<: *defaults
environment:
MIX_ENV: test
steps:
- checkout
- <<: *install_elixir
@ -27,16 +29,13 @@ jobs:
- run: mix deps.get
- run: mix deps.compile
- run: mix compile
- run:
command: mix compile
environment:
MIX_ENV: test
- save_cache:
key: v3-dependency-cache-{{ checksum "mix.lock.host" }}
paths:
- _build
- deps
- ~/.mix
- ~/.nerves
- restore_cache:
keys:
- v3-plt-cache-{{ checksum "mix.lock.host" }}
@ -46,10 +45,9 @@ jobs:
paths:
- _build
- ~/.mix
- ~/.nerves
- run:
command: mix coveralls.circle
environment:
MIX_ENV: test
firmware:
<<: *defaults
@ -75,16 +73,17 @@ jobs:
- _build
- deps
- ~/.mix
- ~/.nerves
- restore_cache:
keys:
- v3-plt-cache-{{ checksum "mix.lock.host" }}
- v3-plt-cache
- run: mix dialyzer --plt
- save_cache:
key: v3-plt-cache-{{ checksum "mix.lock.host" }}
paths:
- _build
- ~/.mix
- ~/.nerves
- run:
command: mix firmware
environment: