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
Branches
Tags
No related merge requests found
Pipeline #
......@@ -2,7 +2,7 @@
# Tests on X86_64 ubuntu
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:
- docker
script:
......@@ -17,7 +17,7 @@ unbutu:X86_64:
# Tests on i686 ubuntu
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:
- docker
script:
......@@ -43,7 +43,7 @@ ubuntu:i686:
# Doc Generation
pages:
<<: *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:
- docker
only:
......
FROM ioft/i386-ubuntu
FROM i386/ubuntu:latest
MAINTAINER Denis Arrivault
WORKDIR /
RUN apt-get update && apt-get install -y \
......@@ -19,4 +19,4 @@ RUN pip3 install nose coverage pytest pytest-cov
# ADD ../dist/ltfatpy-1.0.8.tar.gz /
# cleanup
RUN apt-get -qy autoremove
\ No newline at end of file
RUN apt-get -qy autoremove
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment