Update Doxygen version

The old version is no longer available from this host
This commit is contained in:
Owen 2019-08-22 11:56:54 +01:00
parent c9284aee34
commit 92da8b31bf
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ jobs:
- stage: Linter + Doxygen + non-debug Ubuntu/gcc-5 test
env:
NAME: "DOXYGEN-CHECK"
DOXYGEN_VERSION: "1.8.14"
DOXYGEN_VERSION: "1.8.16"
addons:
apt:
sources:

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Check doxygen version
EXPECTED_VERSION="1.8.14"
EXPECTED_VERSION="1.8.16"
doxygen --version | grep -x $EXPECTED_VERSION > /dev/null
if [ $? -ne 0 ]
then