Skip to content

Commit

Permalink
[CI] Simplify CMake command for macOS build in GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Mar 15, 2023
1 parent 9724a81 commit c585bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -294,7 +294,7 @@ build:macosx:
- mkdir build
- 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.2t/include/ -D OPENSSL_SSL_LIBRARY=/usr/local/Cellar/openssl/1.0.2t/lib/libssl.dylib -D OPENSSL_CRYPTO_LIBRARY=/usr/local/Cellar/openssl/1.0.2t/lib/libcrypto.1.0.0.dylib -DCMAKE_INSTALL_PREFIX=../tarball/xrootd ..
- cmake -DCMAKE_PREFIX_PATH='/usr/local/opt/zlib;/usr/local/opt/openssl' -DCMAKE_INSTALL_PREFIX=../tarball/xrootd ..
- cd src/XrdCl/
- make -j4
- make install
Expand Down

0 comments on commit c585bb9

Please sign in to comment.