mirror of
https://github.com/actix/actix-website
synced 2025-02-02 04:09:06 +01:00
install openssl on travis
This commit is contained in:
parent
d27ab00b71
commit
6972632c1a
@ -1,5 +1,14 @@
|
|||||||
sudo: false
|
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:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/cargo
|
- $HOME/cargo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user