aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-05-17 15:09:21 +0200
committerThomas White <taw@physics.org>2023-05-17 15:09:21 +0200
commit4baf2948b5ad589e3660036565c18928aeb6da69 (patch)
treef577c2aab5c19d32fa97f8124202456a0e6c8c3d /.gitlab-ci.yml
parente426d591172f5ef6af46f5a790827eaf8f233ead (diff)
Split run-me-desy-maxwell-{local,centos7}
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1cb67ec8..ae09d9ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -118,11 +118,11 @@ build-centos7:
script:
- yum update -y
- yum group install -y "Development Tools"
- - yum install -y wget lz4 lz4-devel bzip2-libs bzip2-devel python3 gtk3-devel cmake
+ - yum install -y wget lz4 lz4-devel bzip2-libs bzip2-devel python3 gtk3-devel
- python3 -m pip install meson ninja
- - wget https://gitlab.desy.de/thomas.white/install-crystfel/-/raw/main/run-me-desy-maxwell
- - chmod 755 ./run-me-desy-maxwell
- - ./run-me-desy-maxwell --yes-really
+ - wget https://gitlab.desy.de/thomas.white/install-crystfel/-/raw/main/run-me-desy-maxwell-centos7
+ - chmod 755 ./run-me-desy-maxwell-centos7
+ - ./run-me-desy-maxwell-centos7 --yes-really
artifacts:
paths:
- software/
@@ -135,9 +135,9 @@ build-maxwell:
variables:
GIT_STRATEGY: clone
script:
- - wget https://gitlab.desy.de/fs-sc/install-crystfel/-/raw/main/run-me-desy-maxwell
- - chmod 755 ./run-me-desy-maxwell
- - ./run-me-desy-maxwell --yes-really
+ - wget https://gitlab.desy.de/fs-sc/install-crystfel/-/raw/main/run-me-desy-maxwell-local
+ - chmod 755 ./run-me-desy-maxwell-local
+ - ./run-me-desy-maxwell-local --yes-really
artifacts:
paths:
- software/