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

Update .gitlab-ci.yml

parent 424c9819
No related branches found
No related tags found
No related merge requests found
Pipeline #6082 canceled
...@@ -20,12 +20,18 @@ pages: ...@@ -20,12 +20,18 @@ pages:
only: only:
- master - master
script: script:
- pwd
- ls
- cd python
- pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas xarray - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas xarray
- pip3 install 'scipy==1.4.1' -U - pip3 install 'scipy==1.4.1' -U
- pip3 install 'matplotlib==3.1.2' -U - pip3 install 'matplotlib==3.1.2' -U
- pip3 install --no-deps python/. - pip3 install --no-deps .
- python3 python/tffpy/tests/ci_config.py - python3 tffpy/tests/ci_config.py
- python3 python/setup.py build_sphinx - python3 setup.py build_sphinx
- pwd
- ls
- cd ..
- pwd - pwd
- ls - ls
- cp -r python/build/sphinx/html public - cp -r python/build/sphinx/html public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment