Skip to content

Commit

Permalink
Update Semaphore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Feb 9, 2021
1 parent b8ccaf1 commit aac5760
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
version: v1.0
name: CI Build
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
auto_cancel:
running:
when: 'true'
fail_fast:
stop:
when: 'true'
blocks:
- name: Build
dependencies: []
task:
env_vars:
- name: MIX_ENV
value: test
secrets:
- name: ex-twilio-env
jobs:
- name: Build
matrix:
- env_var: ELIXIR_VERSION
values:
- 1.11.3
commands:
- sem-version elixir $ELIXIR_VERSION
- checkout
- cache restore
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- bin/test
- cache store

0 comments on commit aac5760

Please sign in to comment.