halozatrombolas/.drone.yml
Torma Kristóf 23cb722cd9
Some checks reported errors
continuous-integration/drone/push Build encountered an error
fix yaml
2020-09-24 15:53:03 +02:00

17 lines
420 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: check_result
image: "python:3.8"
commands:
- pip3 install -r requirements.txt
- python3 destroy_p3.py -g GBA1000.txt
- name: check_result
image: "python:3.8"
commands:
- pip3 install -r requirements.txt
- python3 destroy_p3.py -g GBA1000.txt > gba1000d.txt
- python3 analyse_p3.py -g GBA1000.txt -d gba1000d.txt