aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 22 insertions, 0 deletions
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