Ryujinx-GtkSharp/.travis.yml

17 lines
264 B
YAML
Raw Normal View History

2017-10-30 21:56:19 +01:00
language: csharp
2017-10-30 22:08:00 +01:00
mono: latest
2017-10-30 21:56:19 +01:00
dotnet: 2.0.0
2017-10-30 22:08:00 +01:00
dist: trusty
2017-10-30 21:56:19 +01:00
script:
2017-11-12 01:51:08 +01:00
- "./build.sh"
deploy:
provider: releases
api_key:
secure: $TOKEN
file: BuildOutput/NugetPackages/*
skip_cleanup: true
on:
branch: master
repo: GtkSharp/GtkSharp
tags: true