Skip to content

Commit

Permalink
Update Travis-CI for automatically build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Apr 15, 2019
1 parent 7e66b95 commit eb6136d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: objective-c
script:
- xcodebuild -project AVIFQuickLook.xcodeproj -target AVIFQuickLook
- mv build/Release/AVIFQuickLook.qlgenerator .
- zip -r AVIFQuickLook.qlgenerator.zip AVIFQuickLook.qlgenerator
deploy:
provider: releases
file:
- AVIFQuickLook.qlgenerator.zip
skip_cleanup: true
on:
tags: true

0 comments on commit eb6136d

Please sign in to comment.