commit | 24ed83aa5e4823e4b567a64e667c078becb4a49a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Mar 30 11:06:50 2015 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 02 18:42:11 2015 -0700 |
tree | 6115534f011289ff7de3b7c72ef71b5c7f8a7d8c | |
parent | cec3885c43191e7a329eb06af1da5adbc909846d [diff] [blame] |
ci: Update Jenkins-CI build scripts and adding script for Travis-CI Change-Id: I333c6af0d92f57e222665a0ce982ada6c276ae52
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..295aefa --- /dev/null +++ b/.travis.yml
@@ -0,0 +1,15 @@ +sudo: true +language: cpp +os: + - linux +compiler: + - gcc +notifications: + email: + on_success: always + on_failure: always +env: + global: + - NODE_LABELS="Linux Ubuntu Ubuntu-12.04 Ubuntu-12.04-64bit Boost1.48" +script: + - ./.jenkins