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
abcaa649
There was a problem fetching the pipeline summary.
Commit
abcaa649
authored
7 years ago
by
Denis Arrivault
Browse files
Options
Downloads
Patches
Plain Diff
Correction of docker images and gitalb-ci script
parent
f3e70e3d
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+23
-17
23 additions, 17 deletions
.gitlab-ci.yml
docker/Dockerfile_X86_64
+5
-4
5 additions, 4 deletions
docker/Dockerfile_X86_64
docker/Dockerfile_i686
+3
-5
3 additions, 5 deletions
docker/Dockerfile_i686
with
31 additions
and
26 deletions
.gitlab-ci.yml
+
23
−
17
View file @
abcaa649
# CI Config for ltaftpy / gitlab
# nosetests template
.nose
:
&nose
# Tests on X86_64 ubuntu
unbutu:X86_64
:
image
:
registry.gitlab.lif.univ-mrs.fr:5005/dev/ltfatpy/ubuntu:X86_64
tags
:
-
docker
script
:
-
pip3 install -e .
-
pip install -e .
-
nosetests
artifacts
:
when
:
always
untracked
:
true
paths
:
-
build
expire_in
:
8d
# Tests on i686 ubuntu
ubuntu:i686
:
image
:
registry.gitlab.lif.univ-mrs.fr:5005/dev/ltfatpy/ubuntu:i686
tags
:
-
docker
script
:
-
pip install -e .
-
nosetests3
artifacts
:
when
:
always
untracked
:
true
paths
:
-
build
expire_in
:
8d
...
...
@@ -20,20 +40,6 @@
paths
:
-
public
# Tests on X86_64 ubuntu
unbutu:X86_64
:
<<
:
*nose
image
:
registry.gitlab.lif.univ-mrs.fr:5005/dev/ltfatpy/ubuntu:X86_64
tags
:
-
docker
# Tests on i686 ubuntu
ubuntu:i686
:
<<
:
*nose
image
:
registry.gitlab.lif.univ-mrs.fr:5005/dev/ltfatpy/ubuntu:i686
tags
:
-
docker
# Doc Generation
pages
:
<<
:
*doc
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile_X86_64
+
5
−
4
View file @
abcaa649
...
...
@@ -11,14 +11,15 @@ RUN apt-get update && apt-get install -y \
python3-tk \
python3-matplotlib \
python3-scipy \
python3-sphinx \
texlive-latex-recommended
texlive-latex-recommended \
texlive-latex-extra \
dvipng
RUN pip3 install --upgrade pip
RUN pip3 install
scipy
nose coverage pytest pytest-cov
S
phinx sphinxcontrib-bibtex
RUN pip3 install nose coverage pytest pytest-cov
s
phinx sphinxcontrib-bibtex
# Copy the ltfatpy sdist in the docker directory and uncomment the following line
# if you want to include ltfatpy sources in the docker image :
# ADD ltfatpy-1.0.8.tar.gz /
# ADD
../dist/
ltfatpy-1.0.8.tar.gz /
# cleanup
RUN apt-get -qy autoremove
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker/Dockerfile_i686
+
3
−
5
View file @
abcaa649
...
...
@@ -10,15 +10,13 @@ RUN apt-get update && apt-get install -y \
python3-pip \
python3-tk \
python3-matplotlib \
python3-scipy \
python3-sphinx \
texlive-latex-recommended
python3-scipy
RUN pip3 install --upgrade pip
RUN pip3 install nose coverage pytest pytest-cov
sphinxcontrib-bibtex
RUN pip3 install nose coverage pytest pytest-cov
# Copy the ltfatpy sdist in the docker directory and uncomment the following line
# if you want to include ltfatpy sources in the docker image :
# ADD ltfatpy-1.0.8.tar.gz /
# ADD
../dist/
ltfatpy-1.0.8.tar.gz /
# cleanup
RUN apt-get -qy autoremove
\ No newline at end of file
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