Skip to content
Snippets Groups Projects
Commit 01b6c887 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Edit .gitlab-ci.yml

parent 3c198cb8
No related branches found
No related tags found
No related merge requests found
Pipeline #16569 failed
...@@ -29,6 +29,12 @@ build-package: ...@@ -29,6 +29,12 @@ build-package:
- ulimit -a - ulimit -a
- conda build --python 3.10 -c anaconda -c conda-forge . - conda build --python 3.10 -c anaconda -c conda-forge .
- ls -al - ls -al
timeout: 2h
cache:
key: conda-cache
paths:
- /root/.conda/pkgs/
- /opt/conda/pkgs/
artifacts: artifacts:
paths: paths:
- /root/miniconda3/conda-bld/ - /root/miniconda3/conda-bld/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment