mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-08-19 04:57:43 +00:00
Travis: Use github as upstream for check
Recent outages to sourceforge break Travis CI runs. Use the github release instead and update to the latest version of libcheck (0.11.0). Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
This commit is contained in:
+3
-3
@@ -11,9 +11,9 @@ before_install:
|
||||
- sudo apt-get install -y libmagic-dev
|
||||
|
||||
install:
|
||||
- wget http://downloads.sourceforge.net/project/check/check/0.10.0/check-0.10.0.tar.gz
|
||||
- tar -xvf check-0.10.0.tar.gz
|
||||
- pushd check-0.10.0 && ./configure --prefix=/usr && make -j48 && sudo make install && popd
|
||||
- wget https://github.com/libcheck/check/releases/download/0.11.0/check-0.11.0.tar.gz
|
||||
- tar -xvf check-0.11.0.tar.gz
|
||||
- pushd check-0.11.0 && ./configure --prefix=/usr && make -j48 && sudo make install && popd
|
||||
- wget https://github.com/clearlinux/bsdiff/releases/download/v1.0.2/bsdiff-1.0.2.tar.xz
|
||||
- tar -xvf bsdiff-1.0.2.tar.xz
|
||||
- pushd bsdiff-1.0.2 && ./configure --prefix=/usr --disable-tests && make -j48 && sudo make install && popd
|
||||
|
||||
Reference in New Issue
Block a user