Move testing code into a script

This commit is contained in:
2020-02-11 18:37:21 -08:00
parent a5b84bab69
commit 0f744888ef
2 changed files with 6 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ steps:
- name: test-compiler
image: gcc
commands:
- cd code/compiler/09
- mkdir build && cd build
- cd code/compiler
- ./test.sh