Skip to content

Commit

Permalink
Removed OpenSSL instalation for now #5
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasperin committed Oct 6, 2015
1 parent e9a3eea commit a4854e1
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ install:
- sudo apt-get install -qq libp11-dev
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.9; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
- echo $CXX
- echo $CC
- wget https://www.openssl.org/source/openssl-1.0.2d.tar.gz
- tar -zxvf openssl-1.0.2d.tar.gz
- cd openssl-1.0.2d
- CFLAGS=-fPIC ./config shared
- make -j9
- sudo make install
- cd ..
#- wget https://www.openssl.org/source/openssl-1.0.2d.tar.gz
#- tar -zxvf openssl-1.0.2d.tar.gz
#- cd openssl-1.0.2d
#- CFLAGS=-fPIC ./config shared
#- make -j9
#- sudo make install
#- cd ..

script:
- mkdir BUILD
Expand Down

0 comments on commit a4854e1

Please sign in to comment.