From d022a14201ab18e5e9adaed813286d63f8b214ea Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Tue, 5 May 2020 19:07:57 -0700 Subject: Add docker tests for centos7 & 8 Since we have some breakage due to incompatible libraries there --- test_docker.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test_docker.sh') diff --git a/test_docker.sh b/test_docker.sh index 4cb9943..69220ed 100755 --- a/test_docker.sh +++ b/test_docker.sh @@ -15,4 +15,7 @@ function TestInContainer { TestInContainer "xenial" TestInContainer "bionic" TestInContainer "focal" +TestInContainer "centos7" +TestInContainer "centos8" + -- cgit v1.2.1