Move testing code into a script
This commit is contained in:
parent
a5b84bab69
commit
0f744888ef
|
@ -6,5 +6,5 @@ steps:
|
|||
- name: test-compiler
|
||||
image: gcc
|
||||
commands:
|
||||
- cd code/compiler/09
|
||||
- mkdir build && cd build
|
||||
- cd code/compiler
|
||||
- ./test.sh
|
||||
|
|
4
code/compiler/test.sh
Executable file
4
code/compiler/test.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
cd 09
|
||||
mkdir -p build && cd build
|
||||
cmake ..
|
||||
make -j8
|
Loading…
Reference in New Issue
Block a user