* test/infra/Dockerfile.emba: Touch "info/emacs".
This commit is contained in:
parent
83fa649e02
commit
30489f4264
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,7 @@ RUN apt-get update && \
|
|||
|
||||
COPY . /checkout
|
||||
WORKDIR /checkout
|
||||
RUN touch info/emacs
|
||||
RUN ./autogen.sh autoconf
|
||||
RUN ./configure
|
||||
RUN make -j4 bootstrap
|
||||
|
@ -52,6 +53,7 @@ RUN apt-get update && \
|
|||
|
||||
COPY . /checkout
|
||||
WORKDIR /checkout
|
||||
RUN touch info/emacs
|
||||
RUN ./autogen.sh autoconf
|
||||
RUN ./configure --with-file-notification=gfile
|
||||
RUN make -j4 bootstrap
|
||||
|
@ -65,6 +67,7 @@ RUN apt-get update && \
|
|||
|
||||
COPY . /checkout
|
||||
WORKDIR /checkout
|
||||
RUN touch info/emacs
|
||||
RUN ./autogen.sh autoconf
|
||||
RUN ./configure --with-ns
|
||||
RUN make -j4 bootstrap
|
||||
|
|
Loading…
Add table
Reference in a new issue