Skip to content

Commit

Permalink
ci.inria.fr: check the cmake version too
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Oct 28, 2021
1 parent 7cf69ea commit 6765826
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/ci.inria.fr/job-0-tarball.sh
Expand Up @@ -69,8 +69,10 @@ if ! make $distcheck; then
false
fi

# these tests require bash and grep -P, only run it in the main job
# Only check versions once in the main job.
# Some of these tests require bash and grep -P anyway.
contrib/windows/check-versions.sh
contrib/windows-cmake/check-versions.sh
contrib/android/check-versions.sh

exit 0

0 comments on commit 6765826

Please sign in to comment.