Skip to content

Commit

Permalink
Add Semaphore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Feb 14, 2021
1 parent 6b10393 commit 952b8fc
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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: number-coveralls
jobs:
- name: Build
matrix:
- env_var: ELIXIR_VERSION
values:
- 1.11.3
commands:
- sem-version elixir $ELIXIR_VERSION
- checkout
- cache restore
- bin/test
- cache store

0 comments on commit 952b8fc

Please sign in to comment.