1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-27 04:24:45 +01:00
ytop/.travis.yml

30 lines
366 B
YAML
Raw Normal View History

2019-07-20 02:36:20 +02:00
language: rust
cache: cargo
git:
2019-07-30 07:17:02 +02:00
depth: 1
2019-07-20 02:36:20 +02:00
matrix:
2019-07-30 07:17:02 +02:00
include:
- env: TARGET=x86_64-unknown-linux-gnu
os: linux
2019-07-20 02:36:20 +02:00
install: true
script: ./ci/script.sh
deploy:
2019-07-30 07:17:02 +02:00
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: "./*.tar.gz"
skip_cleanup: true
on:
tags: true
2019-07-20 02:36:20 +02:00
if: tag IS present
notifications:
2019-07-30 07:17:02 +02:00
email:
on_success: never