initial stuff done

This commit is contained in:
2020-09-24 13:01:30 +02:00
parent 84f25c698c
commit aed7f80c42
4 changed files with 48 additions and 34 deletions

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: run_tournament
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