Skip to content
Snippets Groups Projects

CI: Do not run build and test on nightly builds. Except test while building docker image

Merged Tomáš Pecka requested to merge dev-tp-docker into master
3 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -30,7 +30,7 @@ RUN cmake \
-DCMAKE_INSTALL_PREFIX=$BASEDIR/install \
.. && \
make -j $(grep -c processor /proc/cpuinfo) && \
make test && \
make test ARGS="-j $(grep -c processor /proc/cpuinfo)" && \
make install
Loading