second attempt to fix build issue
This commit is contained in:
parent
8cc716c441
commit
70bca3b18b
|
@ -1,6 +1,6 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: xenial
|
dist: bionic
|
||||||
git:
|
git:
|
||||||
depth: 9999999
|
depth: 9999999
|
||||||
notifications:
|
notifications:
|
||||||
|
@ -28,7 +28,6 @@ addons:
|
||||||
- qemu-user-static
|
- qemu-user-static
|
||||||
- dnsutils
|
- dnsutils
|
||||||
- traceroute
|
- traceroute
|
||||||
- libseccomp2
|
|
||||||
install:
|
install:
|
||||||
- update-binfmts --enable qemu-arm
|
- update-binfmts --enable qemu-arm
|
||||||
|
|
||||||
|
|
|
@ -361,7 +361,7 @@ elif [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ] || [ "${OS}" == "raspbia
|
||||||
execpackpack
|
execpackpack
|
||||||
|
|
||||||
# Try to install and run the newly built zoneminder package
|
# Try to install and run the newly built zoneminder package
|
||||||
if [ "${OS}" == "ubuntu" ] && [ "${DIST}" == "xenial" ] && [ "${ARCH}" == "x86_64" ] && [ "${TRAVIS}" == "true" ]; then
|
if [ "${OS}" == "ubuntu" ] && [ "${DIST}" == "bionic" ] && [ "${ARCH}" == "x86_64" ] && [ "${TRAVIS}" == "true" ]; then
|
||||||
echo "Begin Deb package installation..."
|
echo "Begin Deb package installation..."
|
||||||
install_deb
|
install_deb
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue