Skip to content

Commit

Permalink
ci: more attempts at open SSL support
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Oct 14, 2018
1 parent d70dabe commit 55347de
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
language: rust
env: OPENSSL=1.1.0
sudo: required
dist: trusty

cache:
cargo: true

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 -y openssl libssl-dev libelf-dev libdw-dev cmake gcc binutils-dev libiberty-dev

rust:
- stable

before_script:
- rustup component add rustfmt-preview
- export PATH=$PATH:~/.cargo/bin

script:
- cargo build
- cargo test

0 comments on commit 55347de

Please sign in to comment.