10 lines
216 B
YAML
10 lines
216 B
YAML
|
# Compmile on CentOS 6.x, for some reason compiling on CentOS 7.x results in buffer corruption
|
||
|
test:6-7.1:
|
||
|
image: leenooks/ci-tsm:6-7.1
|
||
|
script:
|
||
|
- make -f Makefile.linux64
|
||
|
only:
|
||
|
- master
|
||
|
tags:
|
||
|
- C
|