Merge branch 'latest-aria2' into 'master'

use latest stable version of aria2c (closes #8)

Closes #8

See merge request fablab/labsync!18
This commit is contained in:
jalr 2018-04-07 02:29:34 +00:00
commit 4c14162c4f

View file

@ -32,8 +32,9 @@ aria2c:
image: debian:stretch-slim
script:
- apt-get update
- apt-get -y install clang automake autoconf git make autopoint libtool pkg-config ccache
- git clone -q -b release-1.33.1 --depth 1 https://github.com/aria2/aria2 aria2
- apt-get -y install clang automake autoconf git make autopoint libtool pkg-config ccache wget jq
- aria2_tag="$(wget -q -O- https://api.github.com/repos/aria2/aria2/releases/latest|jq -r '.tag_name')"
- git clone -q -b "$aria2_tag" --depth 1 https://github.com/aria2/aria2 aria2
- export CCACHE_DIR=${PWD}/ccache
- cd aria2
- mkdir -p ccache