aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: c1bff2d60ff7b2899e0704b82e58125402a04afe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: generic
sudo: required
os: linux

services:
  - docker

notifications:
  email:
    - "info@valentineus.link"

before_deploy:
  - sudo /bin/sh build.sh

deploy:
  - provider: releases
    skip_cleanup: true
    file_glob: true
    file: "mednafen-server_*"
    email: "info@valentineus.link"
    api_key: $GITHUB_PROJECT_TOKEN
    on:
      tags: true