aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2020-11-03 10:05:33 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2020-11-09 09:45:55 +0100
commit90302fc5e74bed533f68dbedb25163e98906121d (patch)
tree09ef5dedd12529c0d693e83c66cbb6a94d5d8eec /.travis.yml
parent2821345eacb71222ed9acf31f193eda81daeec3f (diff)
downloaddlfcn-win32-90302fc5e74bed533f68dbedb25163e98906121d.tar.gz
dlfcn-win32-90302fc5e74bed533f68dbedb25163e98906121d.tar.bz2
dlfcn-win32-90302fc5e74bed533f68dbedb25163e98906121d.zip
Add cmake building support to Travis CI
To make it easier to extend the CI support and to be able to execute the contained tests locally, a dedicated shell script tools/ci_build.sh was added to execute the tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
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
14env:
15 - ci_buildsys=cmake
16 - ci_buildsys=Makefile
12 17
13script: 18script:
14 - ./configure --enable-shared --enable-static --enable-wine --cross-prefix=${CC%-*}- 19 - ci_target=${CC%-*} ./tools/ci-build.sh
15 - make
16 - make test