blob: 3f9fbf2a67607bfbe268e1e56d318082598668e1 [file] [log] [blame]
language: erlang
sudo: false
otp_release:
- 20.0
- 19.3
jobs:
include:
- stage: deploy
otp_release: 19.3
script: skip
deploy:
provider: script
script: "bash -c 'source <(curl -s https://raw.githubusercontent.com/zotonic/hexpub/master/hexpub.sh)'"
skip_cleanup: true
on:
tags: true
all_branches: true
install:
- wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
script: ./rebar3 compile && ./rebar3 eunit