Skip to content
Snippets Groups Projects
Commit a7a8a923 authored by Isaak Lim's avatar Isaak Lim
Browse files

switch linux 3.5 CI jobs to 3.7

parent e7f33348
No related branches found
No related tags found
No related merge requests found
Pipeline #12423 passed
...@@ -24,7 +24,7 @@ build-3.7-VS2017: ...@@ -24,7 +24,7 @@ build-3.7-VS2017:
paths: paths:
- dist3/ - dist3/
build-3.5-linux: build-3.7-linux:
stage: stage:
build build
tags: tags:
...@@ -32,7 +32,7 @@ build-3.5-linux: ...@@ -32,7 +32,7 @@ build-3.5-linux:
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
script: script:
- virtualenv --clear -p python3.5 . - virtualenv --clear -p python3.7 .
- source bin/activate - source bin/activate
- python setup.py bdist_wheel --dist-dir dist3 - python setup.py bdist_wheel --dist-dir dist3
artifacts: artifacts:
...@@ -103,15 +103,15 @@ test-3.7-VS2017: ...@@ -103,15 +103,15 @@ test-3.7-VS2017:
- cd ..\tests - cd ..\tests
- python -m unittest discover - python -m unittest discover
test-3.5-linux: test-3.7-linux:
stage: stage:
test test
tags: tags:
- Linux - Linux
dependencies: dependencies:
- build-3.5-linux - build-3.7-linux
script: script:
- virtualenv --clear -p python3.5 . - virtualenv --clear -p python3.7 .
- source bin/activate - source bin/activate
- pip install dist3/*.whl - pip install dist3/*.whl
- cd tests - cd tests
...@@ -177,13 +177,13 @@ deploy-3.7-VS2017: ...@@ -177,13 +177,13 @@ deploy-3.7-VS2017:
paths: paths:
- release/*.whl - release/*.whl
deploy-3.5-linux: deploy-3.7-linux:
stage: stage:
deploy deploy
tags: tags:
- Linux - Linux
dependencies: dependencies:
- build-3.5-linux - build-3.7-linux
script: script:
- mkdir release - mkdir release
- cp dist3/*.whl release - cp dist3/*.whl release
...@@ -241,7 +241,7 @@ deploy-sdist: ...@@ -241,7 +241,7 @@ deploy-sdist:
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
script: script:
- virtualenv --clear -p python3.5 . - virtualenv --clear -p python3.7 .
- source bin/activate - source bin/activate
- python setup.py sdist --dist-dir release - python setup.py sdist --dist-dir release
artifacts: artifacts:
...@@ -254,9 +254,9 @@ deploy-documentation: ...@@ -254,9 +254,9 @@ deploy-documentation:
tags: tags:
- Linux - Linux
dependencies: dependencies:
- build-3.5-linux - build-3.7-linux
script: script:
- virtualenv --clear -p python3.5 . - virtualenv --clear -p python3.7 .
- source bin/activate - source bin/activate
- pip install dist3/*.whl - pip install dist3/*.whl
- pip install sphinx sphinx_rtd_theme - pip install sphinx sphinx_rtd_theme
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment