mirror of
https://github.com/actix/actix-website
synced 2025-01-22 16:15:56 +01:00
install openssl on travis
This commit is contained in:
parent
d27ab00b71
commit
6972632c1a
@ -1,5 +1,14 @@
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
global:
|
||||
- OPENSSL_VERSION=openssl-1.0.2
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:0k53d-karl-f830m/openssl
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libssl-dev libelf-dev libdw-dev cmake gcc binutils-dev libiberty-dev
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/cargo
|
||||
|
Loading…
x
Reference in New Issue
Block a user