Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvoVirga committed Jan 24, 2020
1 parent 97c17bc commit ae28c51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -120,17 +120,17 @@ install:
sudo apt install lcov
fi
- cd ${DEPS_DIR}
- git clone https://github.com/google/flatbuffers.git
- git clone -b v1.11.0 --single-branch https://github.com/google/flatbuffers.git
- cd flatbuffers && mkdir -p flatbuffer_build && cd flatbuffer_build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- sudo make -j8 install
- cd ${DEPS_DIR}
- git clone https://github.com/zeromq/libzmq.git
- git clone -b v4.3.2 --single-branch https://github.com/zeromq/libzmq.git # Fixed to release 4.3.2
- cd libzmq && mkdir -p libzmq_build && cd libzmq_build
- cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CURVE=OFF -DZMQ_BUILD_TESTS=OFF ..
- sudo make -j8 install
- cd ${DEPS_DIR}
- git clone https://github.com/zeromq/cppzmq.git
- git clone -b v4.6.0 --single-branch https://github.com/zeromq/cppzmq.git # Fixed to release 4.6.0
- cd cppzmq && mkdir -p cppzmq_build && cd cppzmq_build
- cmake -DCMAKE_BUILD_TYPE=Release -DCPPZMQ_BUILD_TESTS=OFF ..
- sudo make -j8 install
Expand Down Expand Up @@ -174,4 +174,4 @@ deploy:
file_glob: true
file: "${RELEASE_PKG_FILE}"
on:
tags: true
tags: true

0 comments on commit ae28c51

Please sign in to comment.