Skip to content
This repository was archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Travis build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleh Kulykov committed Mar 21, 2017
1 parent 2662cb7 commit 3d8b5d8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions travis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

if ["$TRAVIS_OS_NAME" == "linux"];
then
sudo apt-get -qq update
sudo apt-get install -y -qq cmake
fi

if ["$TRAVIS_OS_NAME" == "osx"];
then
brew update
brew install openssl
fi

0 comments on commit 3d8b5d8

Please sign in to comment.