Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis: Use the same ASAN_OPTIONS as used by OSS-Fuzz | Tobias Brunner | 2017-08-15 | 1 | -0/+8 |
| | |||||
* | travis: Run fuzz targets | Tobias Brunner | 2017-08-15 | 1 | -0/+13 |
| | |||||
* | appveyor: Build against OpenSSL | Tobias Brunner | 2017-07-28 | 1 | -0/+5 |
| | | | | This is mainly for the RNG needed for the exchange tests. | ||||
* | appveyor: Run tests on AppVeyor Windows containers | Tobias Brunner | 2017-07-28 | 1 | -3/+5 |
| | | | | | We can't enable leak detective as it is so slow then that we run into a timeout (60 minutes). | ||||
* | fuzz: Add fuzzing boilerplate | Tobias Brunner | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | travis: aikpub2 was removed, no need to disable it anymore | Tobias Brunner | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | travis: Build Windows-specific plugins | Tobias Brunner | 2017-03-23 | 1 | -1/+7 |
| | | | | | The plugins can only be built on x64 as the MinGW headers on Ubuntu 12.04, which we have to use for x86 due to another issue with MinGW, are too old. | ||||
* | travis: Create coverage report via codecov.io | Tobias Brunner | 2017-03-15 | 1 | -3/+7 |
| | |||||
* | libipsec: Fix Windows build via MinGW | Tobias Brunner | 2017-01-25 | 1 | -1/+1 |
| | | | | Fixes #2118. | ||||
* | travis: Use a more recent OS X image | Tobias Brunner | 2016-09-27 | 1 | -1/+1 |
| | | | | Using the xcode8 image does not work currently (libcurl is not found). | ||||
* | travis: Run 32-bit Windows build on precise (12.04) image | Tobias Brunner | 2016-09-20 | 1 | -1/+2 |
| | | | | That's required due to a bug in MinGW 3.1.0 that's shipped with trusty. | ||||
* | travis: Properly pass back result of make | Tobias Brunner | 2016-09-20 | 1 | -1/+1 |
| | | | | Fixes: 4e8f5a189cce ("travis: Add apidoc check") | ||||
* | travis: Don't disable connmark and forecast plugins anymore | Tobias Brunner | 2016-09-20 | 1 | -5/+1 |
| | | | | They build fine on Ubuntu 14.04. | ||||
* | maemo: Remove unused plugin | Tobias Brunner | 2016-09-15 | 1 | -1/+1 |
| | |||||
* | travis: Add apidoc check | Tobias Brunner | 2016-09-05 | 1 | -2/+29 |
| | | | | | This requires at least Ubuntu 14.04 (the Doxygen version in 12.04 has some issues with our Doxyfile and prints lots of warnings). | ||||
* | travis: Use Trusty beta image | Tobias Brunner | 2016-09-05 | 1 | -4/+4 |
| | |||||
* | travis: Add a workaround for a bug regarding libtool installed via Homebrew | Tobias Brunner | 2016-08-25 | 1 | -0/+2 |
| | |||||
* | travis: Disable tss-tss2 and aikpub2 but enable TrouSerS and build aikgen | Tobias Brunner | 2016-06-28 | 1 | -2/+5 |
| | | | | Ubuntu 12.04 does not provide libtss2-dev. | ||||
* | travis: Enable OS X build | Tobias Brunner | 2015-11-23 | 1 | -2/+40 |
| | |||||
* | travis: Run a gcrypt test with leak-detective | Martin Willi | 2015-04-15 | 1 | -4/+0 |
| | | | | And also enable gcrypt in the all tests with leak-detective enabled. | ||||
* | travis: Install pip to install pytest in "all" tests | Martin Willi | 2015-03-18 | 1 | -1/+7 |
| | | | | | This allows ./configure to detect py.test, and execute python unit tests we provide in the vici python egg. | ||||
* | travis: Disable unwind backtraces regardless of LEAK_DETECTIVE option | Martin Willi | 2015-02-26 | 1 | -3/+1 |
| | | | | | | | While d0d85683 works around a crasher related to the use of libunwind, other build hangs have been seen in the all test cases. Try to --disable-unwind-backtraces to see if libunwind is really related to those and if it fixes these issues. | ||||
* | travis: Disable forecast/connmark plugins in monolithic builds | Martin Willi | 2015-02-24 | 1 | -0/+4 |
| | | | | | | Ubuntu 12.04 does not seem to provide a sane pkg-config for libiptc or libip4tc. The monolithic build fails due to missing symbols, so disable it until we have a newer Ubuntu release. | ||||
* | travis: Install iptables-dev for connmark plugin in "all" tests | Martin Willi | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | travis: Build-test updown and ext-auth plugins for Windows | Martin Willi | 2014-10-14 | 1 | -0/+1 |
| | |||||
* | travis: Disable soup in "all" test | Martin Willi | 2014-09-24 | 1 | -1/+1 |
| | | | | | | | | | | | | On Ubuntu 12.04, there seems to be a resource leak related to pthread keys when initializing glib or related libraries more than once. With our repeated initialization for libstrongswan tests, we hit the following error: Lib (gthread-posix.c): Unexpected error from C library during 'pthread_key_create': Resource temporarily unavailable. The problem is not reproducible on a newer Gnome stack, hence we disable the glib based soup plugin until we have a more recent Ubuntu on Travis. | ||||
* | travis: Disable build of native systemd IKE daemon | Martin Willi | 2014-09-22 | 1 | -0/+1 |
| | | | | | Travis still uses Ubuntu 12.04, where no systemd libraries are available. Skip systemd support on Travis until we have a more recent Ubuntu distribution. | ||||
* | autoconf: Replace --disable-tools option with --disable-scepclient | Tobias Brunner | 2014-06-30 | 1 | -2/+2 |
| | | | | | Since using a separate option for pki this was the only tool that was still enabled by that option. | ||||
* | travis: Add a Windows 32-bit variant build test | Martin Willi | 2014-06-06 | 1 | -5/+15 |
| | |||||
* | travis: Build "all" tests without Windows HTTP fetcher | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | | | | | We don't include it in the Windows build test either, as MinGW does not come with -lwinhttp. | ||||
* | travis: Build "all" tests without Windows kernel backends | Martin Willi | 2014-06-04 | 1 | -1/+2 |
| | |||||
* | travis: Include socket backend in Windows build test | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | travis: Build "all" tests without Windows socket backend | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | travis: Define a Windows build test using MinGW | Martin Willi | 2014-06-04 | 1 | -2/+18 |
| | |||||
* | travis: Perform build tests with -Werror | Martin Willi | 2014-06-04 | 1 | -1/+3 |
| | |||||
* | travis: Build "all" test without Windows specific charon-svc or dbghelp | Martin Willi | 2014-06-04 | 1 | -1/+2 |
| | |||||
* | travis: Install libjson dependency for "all" tests | Martin Willi | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | travis: --disable-aikgen in "all" tests | Martin Willi | 2014-05-07 | 1 | -1/+1 |
| | | | | | aikgen has a hard dependency on TrouSerS, which we currently don't have in the travis build. | ||||
* | travis: Run the "all" test case with leak detective enabled | Tobias Brunner | 2014-03-27 | 1 | -0/+6 |
| | | | | | | | | But disable the gcrypt plugin, as it causes leaks. Also disable the backtraces by libunwind as they seem to cause threads to get cleaned up after the leak detective already has been disabled, which leads to invalid free()s. | ||||
* | travis: Use parallel build | Tobias Brunner | 2014-03-20 | 1 | -1/+1 |
| | | | | | | | Not sure if 4 jobs is optimal, but according to the docs each build host has 1.5 virtual cores available (although "getconf _NPROCESSORS_ONLN" returns 32, which is probably the number of real cores underneath), so more jobs might not actually reduce the build time much more. | ||||
* | travis: Add tests for builtin printf hook implementation | Tobias Brunner | 2014-03-20 | 1 | -2/+5 |
| | | | | | We can't test Vstr as it does not properly handle negative int arguments for custom format callbacks, so some of the enum tests would fail. | ||||
* | travis: Install dependencies for each test dynamically | Tobias Brunner | 2014-03-20 | 1 | -0/+13 |
| | | | | | Since the installation of all packages alone takes several minutes this should speed up some test cases. | ||||
* | Add Travis CI config and build script | Tobias Brunner | 2014-03-20 | 1 | -0/+49 |