diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2020-03-29 12:54:41 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2020-03-29 12:54:41 -0400 |
commit | 54180af675d21829e963003505a28caf88216933 (patch) | |
tree | 35015c8eb5b5822354ef3e17d52dfaea30104d7a | |
parent | 6f9215227ab5aeed5985e8faa0246a2876518b24 (diff) | |
download | orcus-0.15.4.tar.gz |
Use commit tag 0.15.0 for ixion for the orcus-0.15 branch.
0.15.4orcus-0.15
-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 068ae07f..fac51cd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ build: - apt -y install make autoconf automake libtool pkg-config git python3-dev libspdlog-dev - apt -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/ixion/ixion.git /ixion && (cd /ixion && ./autogen.sh && make -j $(nproc) && make install) + - git clone https://gitlab.com/ixion/ixion.git /ixion && (cd /ixion && git checkout 0.15.0 && ./autogen.sh && make -j $(nproc) && make install) - ldconfig script: - ./autogen.sh && make -j $(nproc) && make -j $(nproc) check |