Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Add deploy to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yaa110 committed May 7, 2019
1 parent 38d9be8 commit 0f06a62
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@ sudo: true

language: rust

os:
- linux

before_install:
- sudo apt-get update
- sudo apt-get install -y xorg-dev build-essential

script:
- make
- cargo test --verbose --all

deploy:
provider: releases
api_key:
secure: $GITHUB_TOKEN
file: cb
skip_cleanup: true
on:
tags: true

0 comments on commit 0f06a62

Please sign in to comment.