aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Traversaro <silvio@traversaro.it>2020-09-13 19:11:46 +0200
committerGitHub <noreply@github.com>2020-09-13 19:11:46 +0200
commitf601b05f46db66fe877c54620cd01e67d83447ef (patch)
tree2f3ae2cc4b1d1b2775c57b45ef836e18f3a422df
parente5d9fab4054ece0c8e899c00c8341403c22477f1 (diff)
parent48d16ae0f154aecda6eca33343b85688e7e812c3 (diff)
downloaddlfcn-win32-f601b05f46db66fe877c54620cd01e67d83447ef.tar.gz
dlfcn-win32-f601b05f46db66fe877c54620cd01e67d83447ef.tar.bz2
dlfcn-win32-f601b05f46db66fe877c54620cd01e67d83447ef.zip
Merge pull request #80 from pali/master
Add Travis CI testing
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..3205fa9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
1language: c
2
3compiler:
4 - i686-w64-mingw32-gcc
5 - x86_64-w64-mingw32-gcc
6
7addons:
8 apt:
9 packages:
10 - gcc-mingw-w64
11 - wine
12
13script:
14 - ./configure --enable-shared --enable-static --enable-wine --cross-prefix=${CC%-*}-
15 - make
16 - make test