Skip to content

Commit

Permalink
Initial script for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Jul 26, 2017
1 parent 039def8 commit 99b1e31
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
sudo: false
dist: trusty
language: cpp
compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-4.0
- george-edison55-precise-backports
packages:
- cmake-data
- cmake
- clang++-4.0
- g++-6
- libssl-dev
script:
- cmake -DCMAKE_CXX_COMPILER=clang++-4.0 -DCMAKE_C_COMPILER=clang-4.0
- make -j4

0 comments on commit 99b1e31

Please sign in to comment.