From 24af0ba8253668bcf6f5a1f455b479ec75f72bde Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 10 Nov 2017 02:48:48 +0400 Subject: Automatic build of the package --- .travis.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ea7000d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +language: generic +os: linux + +services: + - docker + +notifications: + email: + - "info@valentineus.link" + +before_deploy: + - /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 \ No newline at end of file -- cgit v1.2.3