1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
Commit graph

122 commits

Author SHA1 Message Date
Stefan Lankes
9c395cbef1 remove obsolte variable PROXY_STR 2017-01-21 10:22:52 +01:00
Stefan Lankes
cfcdd8b2cb forward compiler flags to the build system 2017-01-21 01:17:40 +01:00
Stefan Lankes
c0c968add9 - add tests also for the production branch 2017-01-21 01:12:32 +01:00
Jens Breitbart
d368f9ca60 Disabled test for production. 2017-01-18 21:49:31 +01:00
Jens Breitbart
e016385528 Added travis_retry. 2017-01-18 21:11:24 +01:00
Stefan Lankes
ece7c044b3 add test cases for Travis CI 2017-01-18 15:46:55 +01:00
Stefan Lankes
01c092c19f build also all examples 2017-01-18 12:56:19 +01:00
Stefan Lankes
48160dc5eb install deb packet, which tarvis has been created 2017-01-18 11:55:06 +01:00
Stefan Lankes
863fbdcbda build all libs 2017-01-17 21:28:43 +01:00
Stefan Lankes
6b5cb2e988 build bootstrap lib 2017-01-17 21:21:27 +01:00
Stefan Lankes
4140a16862 add building of all user-level libs 2017-01-17 20:47:25 +01:00
Stefan Lankes
f13e655b72 build bootstrap version of HermitCore 2017-01-17 20:30:02 +01:00
Stefan Lankes
277cdf488b try to build all libraries 2017-01-17 19:19:31 +01:00
Stefan Lankes
1c0002a590 switch back to bootstrap compiler 2017-01-17 18:45:07 +01:00
Stefan Lankes
dc685c4f66 build after the libhermit also user-level libraries 2017-01-17 18:31:24 +01:00
Daniel Krebs
60450d0086 travis: don't output all the readelf stuff but only the ABI version 2017-01-14 22:58:17 +01:00
Daniel Krebs
97e1b583fc try to fix building libhermit deb package with new bootstrap compiler 2017-01-13 20:47:19 +01:00
Stefan Lankes
89b7b6ff7b don't remove git repository 2017-01-11 23:59:00 +01:00
Stefan Lankes
6138032799 remove obsolete line 2017-01-11 10:12:03 +01:00
Stefan Lankes
c5a07fd304 add additional debug messages 2017-01-11 00:51:50 +01:00
Stefan Lankes
a665d1f78e remove typo 2017-01-08 23:38:06 +01:00
Stefan Lankes
14ff0104d5 remove obsolte dependencies 2017-01-08 20:07:32 +01:00
Stefan Lankes
a51abe5245 minor change to improve the readability 2017-01-08 19:39:52 +01:00
Stefan Lankes
6dc1f56db6 add scripts to build a debian package 2017-01-08 19:33:58 +01:00
Stefan Lankes
bf9f33c865 disable verbose mode 2017-01-08 19:21:49 +01:00
Stefan Lankes
73c63fd676 remove obsolete flag T 2017-01-08 19:00:38 +01:00
Stefan Lankes
0f09e93140 enable verbose mode 2017-01-08 17:33:36 +01:00
Stefan Lankes
1ce65f052d build libhermit.a without testing 2017-01-08 15:52:14 +01:00
Stefan Lankes
30f53079cc set HERMIT_APP_PORT only, if the Travis tests depend on it 2016-12-03 00:44:32 +01:00
Stefan Lankes
8c08ba4044 use target "all" instead of obsolete target "travis" 2016-12-03 00:44:32 +01:00
Stefan Lankes
b446ed37c7 update travis configuration for the new directory structure 2016-12-03 00:44:32 +01:00
Stefan Lankes
adeb4e7c51 remove obsolete package 2016-11-20 15:31:27 +01:00
Stefan Lankes
5b73082bfd add a timeout for each test 2016-11-20 14:53:57 +01:00
Stefan Lankes
b32d266a8c remove dependency of the PCRE library 2016-10-09 08:55:10 +02:00
Stefan Lankes
bb9ffa2a99 forward the cpu frequency from the host to HermitCore 2016-10-08 00:59:52 +02:00
Stefan Lankes
3f9ece857f on TravisCI, install curl => required for some tests 2016-09-21 23:03:13 +02:00
Stefan Lankes
2f4440d119 dump kernel messages after every test 2016-09-02 19:51:14 +02:00
Stefan Lankes
bd71d62653 switch to https to include submodules 2016-09-02 15:16:17 +02:00
Stefan Lankes
78eecc9ec1 add more tests (stream benchmark) 2016-08-31 19:40:09 +02:00
Stefan Lankes
46a68ddab0 reduce debug message, remove test case "jacobi"
- jacobi takes too long for Travis CI
2016-08-28 11:05:58 +02:00
Stefan Lankes
f7bb6ff499 use only one CPU at Travis CI 2016-08-28 10:23:23 +02:00
Stefan Lankes
03af6bef4e increase the number of debug message 2016-08-28 06:44:09 +02:00
Stefan Lankes
b366f95c36 add option to disable KVM acceleration
- disable acceleration at Travis CI because Travis doesn't support KVM
2016-08-27 19:12:08 +02:00
Stefan Lankes
4314589c42 add some simple tests, which Travis CI uses to test HermitCore 2016-08-27 13:37:08 +02:00
Stefan Lankes
8b82da8f77 remove invalid command 2016-08-27 10:24:42 +02:00
Stefan Lankes
a79d1c26ff add missing sudo statement 2016-08-27 09:43:27 +02:00
Stefan Lankes
95f314d552 try to register proxy within Travis CI 2016-08-27 08:53:15 +02:00
Stefan Lankes
405ac2d1d5 avoid downloading the linux image 2016-08-26 20:35:35 +02:00
Stefan Lankes
e204bbde9c install qemu for unit test 2016-08-24 06:50:40 +02:00
Jens Breitbart
91e7b3293f Added flex and bison to travis.
Seems to be installed by default on the current image, but this seems more future-proof.
2016-08-07 12:06:12 +02:00