Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ltfatpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dev
ltfatpy
Commits
b38be7e3
There was a problem fetching the pipeline summary.
Commit
b38be7e3
authored
7 years ago
by
Florent Jaillet
Browse files
Options
Downloads
Patches
Plain Diff
Updating GitLab CI configuration and Dockerfile for i686
parent
5371fb42
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
docker/Dockerfile_i686
+2
-2
2 additions, 2 deletions
docker/Dockerfile_i686
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
3
View file @
b38be7e3
...
...
@@ -2,7 +2,7 @@
# Tests on X86_64 ubuntu
unbutu:X86_64
:
image
:
registry.gitlab.li
f.univ-mrs
.fr:5005/dev/ltfatpy/ubuntu:X86_64
image
:
registry.gitlab.li
s-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.li
f.univ-mrs
.fr:5005/dev/ltfatpy/ubuntu:i686
image
:
registry.gitlab.li
s-lab
.fr:5005/dev/ltfatpy/ubuntu:i686
tags
:
-
docker
script
:
...
...
@@ -43,7 +43,7 @@ ubuntu:i686:
# Doc Generation
pages
:
<<
:
*doc
image
:
registry.gitlab.li
f.univ-mrs
.fr:5005/dev/ltfatpy/ubuntu:X86_64
image
:
registry.gitlab.li
s-lab
.fr:5005/dev/ltfatpy/ubuntu:X86_64
tags
:
-
docker
only
:
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile_i686
+
2
−
2
View file @
b38be7e3
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment