mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-24 06:25:46 +00:00
Parametrize the cryb.to version.
This commit is contained in:
parent
dba85ce06d
commit
e3230eabd1
1 changed files with 7 additions and 6 deletions
13
.travis.yml
13
.travis.yml
|
@ -6,11 +6,16 @@ compiler:
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- CFLAGS="-Wno-unused-result"
|
||||||
|
- CRYB_TO=0.20170502
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -q
|
- sudo apt-get update -q
|
||||||
- sudo apt-get install -y pkg-config
|
- sudo apt-get install -y pkg-config
|
||||||
- wget https://github.com/cryb-to/cryb-to/releases/download/0.20170502/cryb-to_0.20170502-1_amd64.deb
|
- wget https://github.com/cryb-to/cryb-to/releases/download/${CRYB_TO}/cryb-to_${CRYB_TO}-1_amd64.deb
|
||||||
- sudo dpkg -i cryb-to_0.20170502-1_amd64.deb
|
- sudo dpkg -i cryb-to_${CRYB_TO}-1_amd64.deb
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
|
@ -18,7 +23,3 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- CFLAGS="-Wno-unused-result"
|
|
||||||
|
|
Loading…
Reference in a new issue