Skip to content
Snippets Groups Projects
Commit d75d20de authored by Vladimir Kulikovskiy's avatar Vladimir Kulikovskiy
Browse files

Update .gitlab-ci.yml

parent 30fd2a73
No related branches found
No related tags found
No related merge requests found
Pipeline #4970 failed
......@@ -7,3 +7,13 @@ build:
- automake
- ./configure
- make clean && make
build-sl5:
image: docker.km3net.de/base/sl-full:5
script:
- yum -y install autoconf automake
- autoreconf
- autoconf
- automake
- ./configure
- make clean && make
\ No newline at end of file
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