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

Add .gitlab-ci.yml

parent 42cd6927
No related branches found
No related tags found
No related merge requests found
Pipeline #45538 failed
stages:
- build
.build_template:
stage: build
tags:
- docker-build
script:
- python3 build-locally.py $CONFIG
build_linux_64_python3.6.____cpython:
extends: .build_template
variables:
CONFIG: linux_64_python3.6.____cpython
build_linux_64_python3.7.____cpython:
extends: .build_template
variables:
CONFIG: linux_64_python3.7.____cpython
build_linux_64_python3.8.____cpython:
extends: .build_template
variables:
CONFIG: linux_64_python3.8.____cpython
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment