mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Migrate .travis to new container infrastructure
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
language: cpp
|
||||
|
||||
sudo: false
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
@@ -8,8 +10,11 @@ os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
install:
|
||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install libpcap-dev libssl-dev; fi
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libpcap-dev
|
||||
- libssl-dev
|
||||
|
||||
before_script:
|
||||
- mkdir build
|
||||
|
||||
Reference in New Issue
Block a user