Loading .gitlab-ci.yml +8 −20 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ before_script: stages: - build build35: build37: stage: build image: python:3.6 image: python:3.7 script: - flake8 - make clean Loading @@ -22,9 +22,9 @@ build35: - dist/ expire_in: 1 week build36: build38: stage: build image: python:3.6 image: python:3.8 script: - flake8 - make clean Loading @@ -35,9 +35,9 @@ build36: - dist/ expire_in: 1 week build37: build39: stage: build image: python:3.7 image: python:3.9 script: - flake8 - make clean Loading @@ -48,22 +48,10 @@ build37: - dist/ expire_in: 1 week build38: stage: build image: python:3.8 script: - flake8 - make clean - make all - pytest artifacts: paths: - dist/ expire_in: 1 week build39: build310: stage: build image: python:3.9 image: python:3.10 script: - flake8 - make clean Loading Loading
.gitlab-ci.yml +8 −20 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ before_script: stages: - build build35: build37: stage: build image: python:3.6 image: python:3.7 script: - flake8 - make clean Loading @@ -22,9 +22,9 @@ build35: - dist/ expire_in: 1 week build36: build38: stage: build image: python:3.6 image: python:3.8 script: - flake8 - make clean Loading @@ -35,9 +35,9 @@ build36: - dist/ expire_in: 1 week build37: build39: stage: build image: python:3.7 image: python:3.9 script: - flake8 - make clean Loading @@ -48,22 +48,10 @@ build37: - dist/ expire_in: 1 week build38: stage: build image: python:3.8 script: - flake8 - make clean - make all - pytest artifacts: paths: - dist/ expire_in: 1 week build39: build310: stage: build image: python:3.9 image: python:3.10 script: - flake8 - make clean Loading