try a new build script

This commit is contained in:
Y. T. Chung
2014-10-24 11:24:15 +08:00
parent 0b7518edcc
commit 399bed14d5

View File

@@ -4,9 +4,11 @@ before_install:
- wget https://www.openssl.org/source/openssl-1.0.1j.tar.gz
- tar xf openssl-1.0.1j.tar.gz
- cd openssl-1.0.1j
- ./config --prefix=/usr -shared
- ./config -shared
- make
- sudo make install
env:
- LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/openssl-1.0.1j:$LD_LIBRARY_PATH
script:
- cargo build -v