Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Commit

Permalink
Publish GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Apr 4, 2020
1 parent 514c496 commit 6cfb852
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,15 @@ script:
- cd ..
before_deploy:
- mkdir -p ignis-test
- cp README.md build/script_syntax_check build/ocgcore/libocgcore.so ignis-test
- cp README.md COPYING ocgcore/LICENSE build/script_syntax_check build/ocgcore/libocgcore.so ignis-test
- tar czvf ignis-test-bin.tar.gz ignis-test
deploy:
- provider: releases
skip_cleanup: true
api_key: $RELEASE_TOKEN
file: ignis-test-bin.tar.gz
on:
tags: true
- provider: pages
skip_cleanup: true
local_dir: ignis-test
Expand Down

0 comments on commit 6cfb852

Please sign in to comment.