run build in ocis folder

This commit is contained in:
Michael Barz
2020-10-14 16:11:44 +02:00
parent 41df78fc32
commit 5c462a0ca8
2 changed files with 77 additions and 20 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ RUN ln -s /usr/local/go/bin/* /usr/local/bin
RUN git clone https://github.com/owncloud/ocis.git
RUN cd ocis && git checkout ${BRANCH}
RUN cd ocis && git log -n 1
RUN cd ocis && go build -v -o bin/ocis -toolexec '/usr/bin/time -v' ./cmd/ocis
RUN cd ocis/ocis && go build -v -o ../bin/ocis -toolexec '/usr/bin/time -v' ./cmd/ocis
# RUN cd ocis && make generate bin/ocis
# build user lookup test program