CI-unixish-docker.yml: fixed missing ubuntu 16.04 build (#4437)
This commit is contained in:
parent
c433f906bc
commit
363dd309fd
|
@ -62,7 +62,7 @@ jobs:
|
||||||
|
|
||||||
# tests require CMake 3.9 - ccache available
|
# tests require CMake 3.9 - ccache available
|
||||||
- name: Test CMake build (no tests)
|
- name: Test CMake build (no tests)
|
||||||
if: matrix.image == 'centos:7' || matrix.image == 'ubuntu:16:04'
|
if: matrix.image == 'centos:7' || matrix.image == 'ubuntu:16.04'
|
||||||
run: |
|
run: |
|
||||||
mkdir cmake.output
|
mkdir cmake.output
|
||||||
cd cmake.output
|
cd cmake.output
|
||||||
|
|
Loading…
Reference in New Issue