Skip to content

Commit

Permalink
Add deploy to trevis
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasia Stulova committed Nov 18, 2020
1 parent 0e5d325 commit e0d0777
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ before_install:
script:
- git describe --tags --dirty
- make api c env ext cxx4opencl

deploy:
provider: releases
api_key: "GITHUB OAUTH TOKEN"
file_glob: true
file: out/pdf/*
skip_cleanup: true
on:
tags: true

0 comments on commit e0d0777

Please sign in to comment.