Skip to content

Commit

Permalink
Merge pull request #150 from jngrad/new-build-cmake-script
Browse files Browse the repository at this point in the history
Adapt syntax to the refactored build_cmake.sh
  • Loading branch information
KaiSzuttor authored Dec 9, 2019
2 parents 7ca86b3 + 8db3847 commit c839143
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ stages:
script:
- git clone --depth=1 --recursive https://github.com/espressomd/espresso
- cd espresso
- export make_check_unit_tests=false make_check_python=false
- maintainer/CI/build_cmake.sh
variables:
make_check: "false"
Expand Down Expand Up @@ -128,6 +129,7 @@ test/rocm-python3:latest:
script:
- git clone --depth=1 --recursive https://github.com/espressomd/espresso
- cd espresso
- export make_check_unit_tests=false make_check_python=false
- maintainer/CI/build_cmake.sh
- cd build
- make python_test_data
Expand Down Expand Up @@ -166,6 +168,7 @@ test/ubuntu-python3:cuda-10.1:
script:
- git clone --depth=1 --recursive https://github.com/espressomd/espresso
- cd espresso
- export make_check_unit_tests=false make_check_python=false
- maintainer/CI/build_cmake.sh
- cd build
- make sphinx
Expand Down

0 comments on commit c839143

Please sign in to comment.