diff options
author | Thomas White <taw@physics.org> | 2023-06-21 11:43:57 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2023-06-21 11:43:57 +0200 |
commit | ee67eefc50cb36877e99b2fe60fa6ec4436babb9 (patch) | |
tree | 2da26664dd6ff915ca6de287335cb451188cb943 /.gitlab-ci.yml | |
parent | 027cdfb95d3a0780065508358116b279fc0cf15b (diff) |
CI: Add curl for build-centos7
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27990c1e..5d64f0b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -120,7 +120,7 @@ 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 + - yum install -y wget lz4 lz4-devel bzip2-libs bzip2-devel python3 gtk3-devel curl - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash - python3 -m pip install meson ninja - wget https://gitlab.desy.de/thomas.white/install-crystfel/-/raw/main/run-me-desy-maxwell-centos7 |