All clixon test utilities in util/ moved to separate repo: clicon/clixon-util
This commit is contained in:
parent
631ebaa759
commit
80a10b694c
29 changed files with 166 additions and 17293 deletions
|
|
@ -89,8 +89,11 @@ RUN ./configure --prefix=/usr/local --sysconfdir=/etc --with-cligen=/clixon/buil
|
|||
RUN make
|
||||
RUN make DESTDIR=/clixon/build install
|
||||
|
||||
# Install utils (for tests)
|
||||
WORKDIR /clixon/clixon/util
|
||||
# Configure, build and install clixon utilities (for tests)
|
||||
WORKDIR /clixon
|
||||
RUN git clone https://github.com/clicon/clixon-util.git
|
||||
WORKDIR /clixon/clixon-util
|
||||
RUN ./configure --prefix=/usr/local --with-cligen=/clixon/build/usr/local --with-clixon=/clixon/build/usr/local
|
||||
RUN make
|
||||
RUN make DESTDIR=/clixon/build install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue