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.
53 lines
637 B
53 lines
637 B
--- |
|
|
|
version: '3.4' |
|
services: |
|
base: |
|
build: |
|
context: . |
|
target: base |
|
|
|
sources: |
|
build: |
|
context: . |
|
target: sources |
|
|
|
bindeps: |
|
build: |
|
context: . |
|
target: bindeps |
|
|
|
py3: |
|
build: |
|
context: . |
|
target: py3 |
|
|
|
venv: |
|
build: |
|
context: . |
|
target: venv |
|
|
|
functional: |
|
build: |
|
context: . |
|
target: functional |
|
|
|
scenario: |
|
build: |
|
context: . |
|
target: scenario |
|
|
|
neutron: |
|
build: |
|
context: . |
|
target: neutron |
|
|
|
faults: |
|
build: |
|
context: . |
|
target: faults |
|
|
|
infrared: |
|
build: |
|
context: . |
|
target: infrared
|
|
|