kopia lustrzana https://github.com/jprochazka/adsb-receiver
Travis - Further attempted fix
rodzic
3a4a5041b8
commit
eba42c139f
12
.travis.yml
12
.travis.yml
|
|
@ -2,15 +2,9 @@ language: bash
|
|||
|
||||
sudo: required
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- cmake
|
||||
- libcurl4-openssl-dev
|
||||
- libelf-dev
|
||||
- libdw-dev
|
||||
|
||||
before_install: sudo apt-get -qq update
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y cmake libcurl4-openssl-dev libdw-dev libelf-dev
|
||||
|
||||
install: true
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue