refactor(common): move cmake --version
from Dockerfile to tests
Makes it easier to check the `cmake` version against the Zephyr documentation, especially when the layer is already cached. PR: #71
This commit is contained in:
@@ -32,8 +32,7 @@ RUN \
|
||||
python3-setuptools \
|
||||
python3-wheel \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& cmake --version
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user