Skip to content

Commit

Permalink
Introducing Travis CI, for Continuous Integration (incompleted)
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 12, 2017
1 parent 0f832e7 commit 30e95c6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Travis CI Configuration
# https://docs.travis-ci.com
## Lesser history
git:
depth: 30

## Use container-based infrastructure for quicker build start-up
sudo: false

## We only support Ubuntu 14.04 and newer
dist: trusty

addons:
apt:
packages:
- debhelper
- autotools-dev
- libwxgtk2.8-dev

language: cpp

compiler:
- gcc

script:
# For triggering smudge-version
- ./setup-development-environment.bash

- dpkg-buildpackage -uc -b

0 comments on commit 30e95c6

Please sign in to comment.