travis: update xbps and system and then install deps.

code is too strict (or stupid) to allow unmatched versions.
This commit is contained in:
Juan RP 2019-11-17 12:18:44 +01:00
parent d785e7e483
commit 5c9be1eefd
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -17,7 +17,7 @@ env:
install:
- docker pull "$IMG"
- docker run -v "$PWD":/tmp/build-dir -w "/tmp/build-dir" "$IMG" /bin/sh -c "xbps-install -Syu && xbps-install -y $DEPS make pkg-config kyua zlib-devel libarchive-devel atf-devel && CC=$CC ./configure --enable-tests && make -j$(nproc) && make check"
- docker run -v "$PWD":/tmp/build-dir -w "/tmp/build-dir" "$IMG" /bin/sh -c "xbps-install -Syu && xbps-install -yu && xbps-install -y $DEPS make pkg-config kyua zlib-devel libarchive-devel atf-devel && CC=$CC ./configure --enable-tests && make -j$(nproc) && make check"
script:
- echo BUILDS PASSED