Skip to content
Snippets Groups Projects
Commit 96fce453 authored by Maiken's avatar Maiken
Browse files

Update .gitlab-ci.yml - Added build for centos7 on forks.

parent 6c324b74
No related branches found
No related tags found
1 merge request!293Dev arcconf reconf new parser
Pipeline #
......@@ -26,6 +26,26 @@ build_forks_el6:
- tags@nordugrid/arc
allow_failure: false
build_forks_el7:
stage: build
image: maikenp/arc-build-centos7
script:
- yum update -y
- ./autogen.sh
- ./configure
- yum-builddep nordugrid-arc.spec -y
- echo "Run make"
- make
- echo "Run make check"
- make check
tags:
- general-shared
except:
- branches@nordugrid/arc
- tags@nordugrid/arc
allow_failure: false
build_forks_deb9:
stage: build
image: maikenp/arc-build-debian9
......
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