Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 3389e02

Browse files
committed
.travis.yml: Clone cppzmq only when required
1 parent c69c293 commit 3389e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_install:
3232
- docker pull tangocs/mysql:9.2.2
3333
- docker pull tangocs/tango-cs:latest
3434
- git clone https://github.com/JoakimSoderberg/coveralls-cmake.git
35-
- git clone -b v4.2.2 https://${CI_USER_TOKEN}@github.com/zeromq/cppzmq.git cppzmq
35+
- (test ${STOCK_CPPZMQ} = "OFF" && git clone -b v4.2.2 https://${CI_USER_TOKEN}@github.com/zeromq/cppzmq.git cppzmq) || mkdir cppzmq
3636
- git clone -b tango-9-lts https://${CI_USER_TOKEN}@github.com/tango-controls/tango-idl.git idl
3737
- wget https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip && unzip build-wrapper-linux-x86.zip
3838

0 commit comments

Comments
 (0)