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
49708449
Commit
49708449
authored
8 months ago
by
Valentin Emiya
Browse files
Options
Downloads
Patches
Plain Diff
add tests py310 and py311
parent
8fe2cf15
No related branches found
No related tags found
No related merge requests found
Pipeline
#14353
failed
8 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+86
-0
86 additions, 0 deletions
.gitlab-ci.yml
with
86 additions
and
0 deletions
.gitlab-ci.yml
+
86
−
0
View file @
49708449
...
@@ -56,6 +56,92 @@ install_and_test_39:
...
@@ -56,6 +56,92 @@ install_and_test_39:
-
build
-
build
expire_in
:
8d
expire_in
:
8d
install_and_test_310
:
image
:
python:3.10
stage
:
test
script
:
-
apt-get update
-
apt-get install -y --no-install-recommends cmake
-
apt-get install -y --no-install-recommends gcc
-
apt-get install -y --no-install-recommends g++
-
apt-get install -y --no-install-recommends make
-
apt-get install -y --no-install-recommends libfftw3-dev
-
apt-get install -y --no-install-recommends liblapack-dev
-
apt-get install -y --no-install-recommends python3
-
apt-get install -y --no-install-recommends python3-dev
-
apt-get install -y --no-install-recommends python3-setuptools
-
apt-get install -y --no-install-recommends python3-pytest
-
apt-get install -y --no-install-recommends python3-pytest-cov
-
apt-get install -y --no-install-recommends python3-coverage
-
apt-get install -y --no-install-recommends libjs-jquery-hotkeys
-
apt-get install -y --no-install-recommends libjs-jquery-isonscreen
-
apt-get install -y --no-install-recommends libjs-jquery-tablesorter
-
apt-get install -y --no-install-recommends python3-pip
-
apt-get install -y --no-install-recommends python3-wheel
-
apt-get install -y --no-install-recommends python3-tk
-
apt-get install -y --no-install-recommends python3-matplotlib
-
apt-get install -y --no-install-recommends python3-scipy
-
apt-get install -y --no-install-recommends texlive-latex-extra
-
apt-get install -y --no-install-recommends dvipng
-
apt-get clean
-
pip install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
pip install --upgrade pip
-
pip install matplotlib numpy scipy six coverage pytest pytest-cov
-
dpkg -L python3-pytest | xargs file | grep executable
-
pip3 install -e . --no-deps
-
python3 -m pytest
artifacts
:
when
:
always
untracked
:
true
paths
:
-
build
expire_in
:
8d
install_and_test_311
:
image
:
python:3.11
stage
:
test
script
:
-
apt-get update
-
apt-get install -y --no-install-recommends cmake
-
apt-get install -y --no-install-recommends gcc
-
apt-get install -y --no-install-recommends g++
-
apt-get install -y --no-install-recommends make
-
apt-get install -y --no-install-recommends libfftw3-dev
-
apt-get install -y --no-install-recommends liblapack-dev
-
apt-get install -y --no-install-recommends python3
-
apt-get install -y --no-install-recommends python3-dev
-
apt-get install -y --no-install-recommends python3-setuptools
-
apt-get install -y --no-install-recommends python3-pytest
-
apt-get install -y --no-install-recommends python3-pytest-cov
-
apt-get install -y --no-install-recommends python3-coverage
-
apt-get install -y --no-install-recommends libjs-jquery-hotkeys
-
apt-get install -y --no-install-recommends libjs-jquery-isonscreen
-
apt-get install -y --no-install-recommends libjs-jquery-tablesorter
-
apt-get install -y --no-install-recommends python3-pip
-
apt-get install -y --no-install-recommends python3-wheel
-
apt-get install -y --no-install-recommends python3-tk
-
apt-get install -y --no-install-recommends python3-matplotlib
-
apt-get install -y --no-install-recommends python3-scipy
-
apt-get install -y --no-install-recommends texlive-latex-extra
-
apt-get install -y --no-install-recommends dvipng
-
apt-get clean
-
pip install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
pip install --upgrade pip
-
pip install matplotlib numpy scipy six coverage pytest pytest-cov
-
dpkg -L python3-pytest | xargs file | grep executable
-
pip3 install -e . --no-deps
-
python3 -m pytest
artifacts
:
when
:
always
untracked
:
true
paths
:
-
build
expire_in
:
8d
# Tests on X86_64 ubuntu
# Tests on X86_64 ubuntu
ubuntu:X86_64
:
ubuntu:X86_64
:
image
:
registry.gitlab.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64
image
:
registry.gitlab.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64
...
...
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