File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ pom.xml.asc
11
11
.lein-plugins /
12
12
.lein-failures
13
13
.nrepl-port
14
+ test /local-travis /src /*
Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ local-travis-check-no-lint:
25
25
bash ./test/local-travis/check.sh
26
26
bash ./test/travis-no-lint.sh
27
27
28
+ local-travis : TEST_DIR = ./test/local-travis
29
+ local-travis : TAG = meson/test
28
30
local-travis :
29
- bash ./test/local-travis/setup.sh
30
- docker build -t meson/test ./test/local-travis
31
- docker run -t meson/test
31
+ cp -r src $(TEST_DIR ) /
32
+ bash $(TEST_DIR ) /setup.sh
33
+ docker build -t $(TAG ) $(TEST_DIR ) /
34
+ docker run -t $(TAG )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ENV MESON /home/travis/builds/meson
44
44
ENV LEIN_ROOT true
45
45
46
46
# XXX before merge, remove next line
47
- RUN echo "cache bust!!!!!"
47
+ RUN echo "cache bust!!!!!! "
48
48
RUN echo "\n\n *** Clone Meson repo ***\n\n "
49
49
RUN cd $BUILDS && \
50
50
git clone https://github.com/clojusc/meson.git
@@ -62,5 +62,5 @@ RUN cd $MESON && \
62
62
$MESON/test/local-travis/guest-cmd-prep.sh
63
63
64
64
# Copy latest code into the image
65
- COPY srs /meson/* $MESON/src/meson/
65
+ COPY src /meson/* $MESON/src/meson/
66
66
CMD "$MESON/test/local-travis/guest-cmd.sh"
You can’t perform that action at this time.
0 commit comments