Compare commits

..

No commits in common. "61e414a3ceb9272a5c858a1ff675d0abe6c7a2c9" and "23cb722cd99d44a08c976c5d2823a5679744fd0f" have entirely different histories.

View File

@ -1,23 +1,16 @@
kind: pipeline
type: docker
name: run_algo
name: default
steps:
- name: algo
- name: check_result
image: "python:3.8"
commands:
- pip3 install -r requirements.txt
- python3 destroy_p3.py -g GBA1000.txt
---
kind: pipeline
type: docker
name: check_result
- name: result
- 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
- python3 analyse_p3.py -g GBA1000.txt -d gba1000d.txt