Skip to content

Commit

Permalink
[CI] Update gitlab yml script.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Apr 13, 2018
1 parent f2673ca commit 7818980
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -260,7 +260,7 @@ build:macosx:
- mkdir -p tarball/xrootd
- cd build
- /usr/local/bin/cmake -D ZLIB_INCLUDE_DIR=/usr/local/Cellar/zlib/1.2.8/include/ -D OPENSSL_INCLUDE_DIR=/usr/local/Cellar/openssl/1.0.2g/include/ -DCMAKE_INSTALL_PREFIX=../tarball/xrootd ..
- make
- make -j4
- make install
- cd ../tarball
- tar -zcf xrootd.tar.gz xrootd
Expand All @@ -279,6 +279,7 @@ build:macosx:
except:
- tags
- schedules
allow_failure: true

release:cc7-x86_64:
stage: build:rpm
Expand Down

0 comments on commit 7818980

Please sign in to comment.