Skip to content
Snippets Groups Projects
Commit 5fdf3b07 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

update .gitlab-ci.yml

parent 9123099a
Branches
No related tags found
No related merge requests found
Pipeline #55360 failed
......@@ -12,17 +12,61 @@ stages:
paths:
- build_artifacts
build_linux_64_python3.6.____cpython:
.build_template_linux_64:
extends: .build_template
tags:
- docker-build
.build_template_build_osx_64:
extends: .build_template
tags:
- macos
- intel
.build_template_osx_arm64:
extends: .build_template
tags:
- macos
- arm
build_linux_64_python3.6.____cpython:
extends: .build_template_linux_64
variables:
CONFIG: linux_64_python3.6.____cpython
build_linux_64_python3.7.____cpython:
extends: .build_template
extends: .build_template_linux_64
variables:
CONFIG: linux_64_python3.7.____cpython
build_linux_64_python3.8.____cpython:
extends: .build_template
extends: .build_template_linux_64
variables:
CONFIG: linux_64_python3.8.____cpython
build_linux_64_python3.9.____cpython:
extends: .build_template_linux_64
variables:
CONFIG: linux_64_python3.9.____cpython
build_osx_64_python3.6.____cpython:
extends: .build_template_build_osx_64
variables:
CONFIG: osx_64_python3.6.____cpython
build_osx_64_python3.7.____cpython:
extends: .build_template_build_osx_64
variables:
CONFIG: osx_64_python3.7.____cpython
build_osx_64_python3.8.____cpython:
extends: .build_template_build_osx_64
variables:
CONFIG: osx_64_python3.8.____cpython
build_osx_64_python3.9.____cpython:
extends: .build_template_build_osx_64
variables:
CONFIG: osx_64_python3.9.____cpython
build_osx_arm64_python3.8.____cpython:
extends: .build_template_osx_arm64
variables:
CONFIG: osx_arm64_python3.8.____cpython
build_osx_arm64_python3.9.____cpython:
extends: .build_template_osx_arm64
variables:
CONFIG: osx_arm64_python3.9.____cpython
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment