Skip to content

Commit

Permalink
HPCC-13601 Travis-CI
Browse files Browse the repository at this point in the history
Add support for Travis-CI/GitHub integration.

Fixes HPCC-13601

Signed-off-by: Gordon Smith <gordon.smith@lexisnexis.com>
  • Loading branch information
GordonSmith committed May 26, 2015
1 parent 771aca1 commit 50beb15
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
@@ -0,0 +1,21 @@
language: cpp

compiler:
- gcc

before_install:
- echo $LANG
- echo $LC_ALL
- sudo apt-get update && sudo apt-get install -y g++ gcc make cmake bison flex binutils-dev libldap2-dev libcppunit-dev libicu-dev libxslt1-dev zlib1g-dev libboost-regex-dev libssl-dev libarchive-dev python2.7-dev libv8-dev openjdk-6-jdk libapr1-dev libaprutil1-dev libhiredis-dev

before_script:
- cd ..
- mkdir build
- cd build
- cmake ../HPCC-Platform

script:
- cmake --build . --target package -- -j3

os:
- linux

0 comments on commit 50beb15

Please sign in to comment.