Skip to content
Snippets Groups Projects
Commit 2a6e0e66 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Add dune-testools to dependencies

parent 29eb4bdf
No related branches found
No related tags found
No related merge requests found
Pipeline #21118 passed
......@@ -77,8 +77,8 @@ stages:
-t ${CI_REGISTRY}/copasi/dune-copasi/dependencies/${DUNECI_OS}-${DUNECI_TOOLCHAIN}:latest .
- docker push ${CI_REGISTRY}/copasi/dune-copasi/dependencies/${DUNECI_OS}-${DUNECI_TOOLCHAIN}:latest
- docker logout $CI_REGISTRY
only:
- master
# only:
# - master
.build: &build
stage: build
......@@ -104,8 +104,7 @@ stages:
.system_test: &system_test
stage: system_test
script:
- cd build-cmake
- ctest -j4 -L "DUNE_SYSTEMTEST"
- dunecontrol --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "DUNE_SYSTEMTEST"
artifacts:
paths:
- build-cmake/test
......
......@@ -5,8 +5,10 @@ ARG DUNECI_PARALLEL=2
ARG TOOLCHAIN="clang-6-17"
RUN ln -s /duneci/toolchains/${TOOLCHAIN} /duneci/toolchain
RUN echo 'CMAKE_FLAGS+=" -DDUNE_PYTHON_VIRTUALENV_SETUP=1 -DDUNE_PYTHON_VIRTUALENV_PATH=/duneci/modules/dune-python-venv"' >> /duneci/cmake-flags/enable_virtualenv
RUN duneci-install-module -b support/dune-copasi https://gitlab.dune-project.org/santiago.ospina/dune-common.git \
&& duneci-install-module --recursive https://gitlab.dune-project.org/staging/dune-logging.git \
&& duneci-install-module -b feature/allow-multidomain-vtk-compare-to-have-same-thresholds https://gitlab.dune-project.org/quality/dune-testtools.git \
&& duneci-install-module https://gitlab.dune-project.org/core/dune-geometry.git \
&& duneci-install-module https://gitlab.dune-project.org/staging/dune-uggrid.git \
&& duneci-install-module https://gitlab.dune-project.org/core/dune-grid.git \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment