Skip to content

Commit

Permalink
Make a GitHub draft release of the executable via Travis CI 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokosi committed Apr 9, 2019
1 parent 283b305 commit 90eb4fa
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
language: java

jdk:
- openjdk11
- openjdk11

services:
- docker

before_deploy:
- ./generate-executable.sh

deploy:
api_key: $GITHUB_OAUTH_TOKEN
file: "./pullpitoK"
provider: releases
skip_cleanup: true
draft: true
on:
repo: nicokosi/pullpitoK
branches:
only:
- master
- graalvm-test-deploy

0 comments on commit 90eb4fa

Please sign in to comment.