Alexander Gessler
3ded2d9123
Add script to determine if regression suite failures are considered acceptable as per the whitelist or not.
2015-05-01 23:24:25 +02:00
Alexander Gessler
11af8d9e60
Forgot semicolon in .travis.yml file.
2015-04-16 12:41:02 +02:00
Alexander Gessler
edd4953a55
Merge branch 'master' of https://github.com/assimp/assimp
2015-04-16 12:38:05 +02:00
Alexander Gessler
c90e209cf2
Add regression diff check to travis.
2015-04-15 01:24:48 +02:00
Alexander Gessler
072e39470b
Disable WINDOWS builds.
...
- Currently, the mingw linker crashes linking unit.exe
- Significant increase in build time for testing an exotic platform - Mingw crosscompile on linux. Assimp does not have many system dependencies so I feel we can omit this.
- Confusion since 2 build combinations appear in Travis but are disabled.
2015-04-14 10:31:15 +02:00
Ser Lev Arris
5f58188de5
mingwin headers are a bit 'outdated'
2015-04-12 19:12:48 +02:00
Ser Lev Arris
20e23fbd0a
i see no reason to check it with clang too.
2015-04-12 19:10:10 +02:00
Ser Lev Arris
2f372c0ac5
add the mingw compile step
2015-04-12 19:05:27 +02:00
Ser Lev Arris
fb7661c430
add static flag for exe build if no shared build is requested
2015-04-07 08:20:27 +02:00
Ser Lev Arris
0c4fb363e1
never work on a 13'' screen...
2015-03-31 22:55:07 +02:00
Ser Lev Arris
6fd3863198
catch apt-get problem for wine install and install packages for MinGW + sample apps
2015-03-31 21:35:58 +02:00
Ser Lev Arris
c2e6e3439e
sry, one fi too less...
2015-03-29 11:59:57 +02:00
Ser Lev Arris
ef7009f2c3
maybe Fixes assimp/assimp#516
2015-03-29 11:51:17 +02:00
Ser Lev Arris
2b7ceb301e
work finished, feel free to commit/cherry-pick
2015-03-21 17:09:17 +01:00
Ser Lev Arris
f3ed79ab41
make use of travis languages, build java jar too.
...
https://github.com/assimp/assimp/pull/505#issuecomment-84198261
2015-03-21 10:32:15 +01:00
Ser Lev Arris
54dcc64d33
enable some importers, skip otherbuild for test/discuss
2015-03-20 22:36:57 +01:00
Ser Lev Arris
448ce916c2
build don't starts? (reverted branch setting)
2015-03-20 22:06:03 +01:00
Ser Lev Arris
2dda345bdb
build don't starts? (reverted branch setting)
2015-03-20 21:41:23 +01:00
Ser Lev Arris
f63607e945
build don't starts?
2015-03-20 21:34:12 +01:00
Ser Lev Arris
1ddcbf49da
use ant to compile jassimp
2015-03-20 21:11:08 +01:00
Ser Lev Arris
32b1579c80
install the android NDK
2015-03-20 21:05:25 +01:00
Alexander Gessler
599a61cad2
Restrict travis build to master branch.
...
We want the build badge on the front page to be always green. Branches can fail, that's fine, but currently this gives the impression that all of assimp is failing. Branches should do pull requests against master to get a CI build. Such PRs can be marked "do not merge" and updated indefinitely.
2015-03-16 23:20:00 +01:00
Kim Kulling
ce01b413b1
add build matrix to support win32-build via cross compiler for windows platform.
...
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
2014-12-23 18:36:39 +01:00
Jared Duke
66e608a393
Replace cppunit with the googletest framework
...
The GTest framework has a more active support base, and natively
supports CMake. Introduce it as an external dependency (using CMake's
ExternalProject_Add), replacing cppunit and porting the associated unit
tests.
2014-09-07 16:52:03 -07:00
Alexander Gessler
460566197b
Travis: fix echo failing
2014-09-06 00:14:50 -07:00
Alexander Gessler
1249171bba
Regression tests: output list of failures in Travis terminal output
2014-09-05 23:56:49 -07:00
Alexander Gessler
11dc89d455
Update .travis.yml
2014-09-04 23:06:47 -07:00
Alexander Gessler
19a50b9a9e
Update .travis.yml
2014-09-04 22:56:08 -07:00
acgessler
9e24acb187
Try running regression tests from travis
2014-09-04 22:42:51 -07:00
acgessler
48b138d575
Add cmake install to travis build.
2014-09-04 22:42:00 -07:00
abma
d795491c48
fix unittests on linux / enable on travis-ci
2014-08-18 00:34:45 +02:00
Kim Kulling
52f3cd0afb
update: add static build to CI.
...
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
2014-05-12 20:00:29 +02:00
Alexander Gessler
a2541a8984
Update .travis.yml
2013-04-19 01:41:45 +03:00
Alexander Gessler
a81c10265a
- update travis.yml to also test compilation without the export part (2nd try).
2013-04-19 01:40:02 +03:00
Alexander Gessler
540265f617
- update travis.yml to also test compilation without the export part.
2013-04-19 01:37:41 +03:00
Alexander Gessler
c6add7a851
- drop ./configure from .travis.yml - not needed with cmake.
2013-04-08 17:51:52 +02:00
Alexander Gessler
0a1f844d92
- try out a .travis.yml for use with the travis CI service.
2013-04-08 17:45:39 +02:00