18 lines
257 B
YAML
18 lines
257 B
YAML
# Build configuration for https://www.tea-ci.org
|
|
|
|
build:
|
|
image: teaci/msys$$arch
|
|
shell: mingw$$arch
|
|
pull: true
|
|
commands:
|
|
- autoreconf -i
|
|
- ./configure --enable-warning-as-error
|
|
- make
|
|
- make check
|
|
|
|
matrix:
|
|
arch:
|
|
- 64
|
|
- 32
|
|
|