diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2018-11-07 22:09:23 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2018-11-07 22:09:23 -0500 |
commit | 83ee6156bb79bda53aba1a0b08a872e785a033c4 (patch) | |
tree | 048764fa04f26b182bab4cb03586780ee1f5fa76 | |
parent | 1967be013804f4f578b53659d7ef459b4c35de9f (diff) | |
download | orcus-0.14.tar.gz |
orcus-0.14 requires mdds-1.4.
orcus-0.14
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71665725..020719c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ build: - apt update - apt -y install make autoconf automake libtool pkg-config git python3-dev - apt -y install libboost-all-dev || apt-get -y install libboost-all-dev - - git clone https://gitlab.com/mdds/mdds.git /mdds && (cd /mdds && ./autogen.sh && make install) + - git clone https://gitlab.com/mdds/mdds.git /mdds && (cd /mdds && git checkout 1.4.3 && ./autogen.sh && make install) - git clone https://gitlab.com/ixion/ixion.git /ixion && (cd /ixion && git checkout ixion-0.14 && ./autogen.sh && make -j $(nproc) && make install) - ldconfig script: |