15 lines
285 B
YAML
15 lines
285 B
YAML
when:
|
|
- event: push
|
|
|
|
steps:
|
|
- name: development build
|
|
image: python:3.11
|
|
commands:
|
|
- make install-development
|
|
- transip-listen --help
|
|
|
|
- name: production build
|
|
image: python:3.11
|
|
commands:
|
|
- make install-production
|
|
- transip-listen --help
|