Compare commits
3 Commits
23cb722cd9
...
master
Author | SHA1 | Date | |
---|---|---|---|
9df6c6b147
|
|||
61e414a3ce
|
|||
dd43985224
|
16
.drone.yml
16
.drone.yml
@ -1,16 +1,24 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
name: run_algo
|
||||
|
||||
steps:
|
||||
- name: check_result
|
||||
- name: algo
|
||||
image: "python:3.8"
|
||||
commands:
|
||||
- pip3 install -r requirements.txt
|
||||
- python3 destroy_p3.py -g GBA1000.txt
|
||||
- name: check_result
|
||||
|
||||
---
|
||||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: check_result
|
||||
|
||||
steps:
|
||||
- name: 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
|
Reference in New Issue
Block a user