You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
574 B
33 lines
574 B
runners:
|
|
global:
|
|
env:
|
|
- name: A
|
|
value: A
|
|
- name: B
|
|
value: B
|
|
- name: C
|
|
value: C
|
|
workdir: packages
|
|
python:
|
|
env:
|
|
- name: A
|
|
value: D
|
|
dependencies:
|
|
- flake8
|
|
- build
|
|
jobs:
|
|
- name: env
|
|
type: python
|
|
changes:
|
|
branch: origin/master
|
|
paths:
|
|
- "docs"
|
|
env:
|
|
- name: B
|
|
value: E
|
|
commands:
|
|
- "-c \"import os; print(os.environ)\""
|
|
- name: lint
|
|
workdir: alice-ci
|
|
commands:
|
|
- "-m flake8 --ignore E501"
|