File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ addons:
12
12
packages :
13
13
- qemu-user-static
14
14
before_script :
15
- - docker build --build-arg DIST=$DIST --build-arg HW_PLATFORM=$HW_PLATFORM -t ev3dev-lang-java/installer-test:latest ./ tests
15
+ - docker build --build-arg DIST=$DIST --build-arg HW_PLATFORM=$HW_PLATFORM -t ev3dev-lang-java/installer-test:latest -f tests/Dockerfile .
16
16
script :
17
17
- docker run --rm ev3dev-lang-java/installer-test
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ ARG HW_PLATFORM=ev3
7
7
ENV dist=$DIST
8
8
ENV hw=$HW_PLATFORM
9
9
10
- COPY installer.sh installer-jessie.sh test.sh /tmp/
11
- COPY qemu-arm-static /usr/bin/
10
+ COPY installer.sh installer-jessie.sh tests/ test.sh /tmp/
11
+ COPY tests/ qemu-arm-static /usr/bin/
12
12
13
13
RUN mkdir -p /home/robot/java && \
14
14
if [ "x$dist" = "xstretch" ]; then \
You can’t perform that action at this time.
0 commit comments