Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonx22 authored Dec 30, 2017
1 parent a491a31 commit 8fa730e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
- sudo apt-get install qt5-default qttools5-dev-tools
- sudo apt-get install qtmultimedia5-dev libqt5multimediawidgets5 libqt5multimedia5-plugins libqt5multimedia5

script:
- cd CorgiDS
- qmake CorgiDS.pro
- make
- zip corgids-linux.zip CorgiDS

deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: corgids-linux.zip
skip_cleanup: true
on:
tags: true
all_branches: true

0 comments on commit 8fa730e

Please sign in to comment.