Skip to content
Snippets Groups Projects
Commit b38be7e3 authored by Florent Jaillet's avatar Florent Jaillet
Browse files

Updating GitLab CI configuration and Dockerfile for i686

parent 5371fb42
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Tests on X86_64 ubuntu # Tests on X86_64 ubuntu
unbutu:X86_64: unbutu:X86_64:
image: registry.gitlab.lif.univ-mrs.fr:5005/dev/ltfatpy/ubuntu:X86_64 image: registry.gitlab.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64
tags: tags:
- docker - docker
script: script:
...@@ -17,7 +17,7 @@ unbutu:X86_64: ...@@ -17,7 +17,7 @@ unbutu:X86_64:
# Tests on i686 ubuntu # Tests on i686 ubuntu
ubuntu:i686: ubuntu:i686:
image: registry.gitlab.lif.univ-mrs.fr:5005/dev/ltfatpy/ubuntu:i686 image: registry.gitlab.lis-lab.fr:5005/dev/ltfatpy/ubuntu:i686
tags: tags:
- docker - docker
script: script:
...@@ -43,7 +43,7 @@ ubuntu:i686: ...@@ -43,7 +43,7 @@ ubuntu:i686:
# Doc Generation # Doc Generation
pages: pages:
<<: *doc <<: *doc
image: registry.gitlab.lif.univ-mrs.fr:5005/dev/ltfatpy/ubuntu:X86_64 image: registry.gitlab.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64
tags: tags:
- docker - docker
only: only:
......
FROM ioft/i386-ubuntu FROM i386/ubuntu:latest
MAINTAINER Denis Arrivault MAINTAINER Denis Arrivault
WORKDIR / WORKDIR /
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
...@@ -19,4 +19,4 @@ RUN pip3 install nose coverage pytest pytest-cov ...@@ -19,4 +19,4 @@ RUN pip3 install nose coverage pytest pytest-cov
# ADD ../dist/ltfatpy-1.0.8.tar.gz / # ADD ../dist/ltfatpy-1.0.8.tar.gz /
# cleanup # cleanup
RUN apt-get -qy autoremove RUN apt-get -qy autoremove
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment