File: salsa-ci.yml

package info (click to toggle)
python-returns 0.26.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,652 kB
  • sloc: python: 11,000; makefile: 18
file content (19 lines) | stat: -rw-r--r-- 529 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
include:
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml

#python-lint:
#  image: debian:sid
#  before_script:
#    - apt -y update
#    - apt -y install ruff
#  script:
#    - ruff check .

# Reprotest triggers a test failure not related to reproducibility
variables:
  SALSA_CI_DISABLE_REPROTEST: 1
  SALSA_CI_DISABLE_VERSION_BUMP: 1
  SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
  SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1