Skip to content

Commit

Permalink
Enable Travis Continuous Integration on pal project
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffaco committed Aug 22, 2016
1 parent d81c119 commit ed7ccb4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
language: c++

branches:
only:
- master

dist: trusty

# The PAL unit tests have a dependency on the PST timezone
env:
- export TZ=':/usr/share/zoneinfo/America/Los_Angeles'

sudo: required

addons:
apt:
packages:
- pkg-config
- libpam0g-dev
- librpm-dev
- libssl-dev
- libcurl4-openssl-dev
- rpm
- time

before_install:
- date

script:
- cd build
- ./configure
- make all test

0 comments on commit ed7ccb4

Please sign in to comment.