Move testing code into a script
This commit is contained in:
parent
a5b84bab69
commit
0f744888ef
|
@ -6,5 +6,5 @@ steps:
|
||||||
- name: test-compiler
|
- name: test-compiler
|
||||||
image: gcc
|
image: gcc
|
||||||
commands:
|
commands:
|
||||||
- cd code/compiler/09
|
- cd code/compiler
|
||||||
- mkdir build && cd build
|
- ./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