Skip to content
Snippets Groups Projects
Commit 3cc68d29 authored by Valentin Emiya's avatar Valentin Emiya
Browse files

Merge branch 'ci39' of gitlab.lis-lab.fr:dev/ltfatpy into ci39

parents 63450727 59ace702
No related branches found
No related tags found
1 merge request!23.7 to 3.10 compatibility
Pipeline #16126 canceled
...@@ -52,6 +52,8 @@ install_and_test_37: ...@@ -52,6 +52,8 @@ install_and_test_37:
untracked: true untracked: true
paths: paths:
- build - build
exclude:
- build/temp/
expire_in: 8d expire_in: 8d
install_and_test_38: install_and_test_38:
...@@ -65,6 +67,8 @@ install_and_test_38: ...@@ -65,6 +67,8 @@ install_and_test_38:
untracked: true untracked: true
paths: paths:
- build - build
exclude:
- build/temp/
expire_in: 8d expire_in: 8d
install_and_test_39: install_and_test_39:
...@@ -91,6 +95,8 @@ install_and_test_310: ...@@ -91,6 +95,8 @@ install_and_test_310:
untracked: true untracked: true
paths: paths:
- build - build
exclude:
- build/temp/
expire_in: 8d expire_in: 8d
install_and_test_311: install_and_test_311:
...@@ -111,10 +117,9 @@ ubuntu:X86_64: ...@@ -111,10 +117,9 @@ ubuntu:X86_64:
image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64 image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64
tags: tags:
- docker - docker
script: before_script:
- conda create -n py39 Python=3.9
- conda activate py39
- pip3 install -e . --no-deps - pip3 install -e . --no-deps
script:
- python3 -m pytest - python3 -m pytest
artifacts: artifacts:
when: always when: always
...@@ -128,10 +133,9 @@ ubuntu:i686: ...@@ -128,10 +133,9 @@ ubuntu:i686:
image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:i686 image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:i686
tags: tags:
- docker - docker
script: before_script:
- conda create -n py39 Python=3.9
- conda activate py39
- pip3 install -e . --no-deps - pip3 install -e . --no-deps
script:
- python3 -m pytest - python3 -m pytest
artifacts: artifacts:
when: always when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment