diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 3205fa9..4df8ce7 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -9,8 +9,11 @@ addons: | |||
9 | packages: | 9 | packages: |
10 | - gcc-mingw-w64 | 10 | - gcc-mingw-w64 |
11 | - wine | 11 | - wine |
12 | - cmake | ||
13 | |||
14 | env: | ||
15 | - ci_buildsys=cmake | ||
16 | - ci_buildsys=Makefile | ||
12 | 17 | ||
13 | script: | 18 | script: |
14 | - ./configure --enable-shared --enable-static --enable-wine --cross-prefix=${CC%-*}- | 19 | - ci_target=${CC%-*} ./tools/ci-build.sh |
15 | - make | ||
16 | - make test | ||