1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

166 commits

Author SHA1 Message Date
e78302ac38 Merge branch 'hook-dp' into develop 2019-03-09 00:36:10 +01:00
d12d8ff4d4 ci: fix docker build 2019-02-17 23:45:36 +01:00
82954a2853 ci: fix docker build 2019-02-17 23:44:22 +01:00
873305dadb ci: fix docker build 2019-02-17 23:13:04 +01:00
af7009e33a ci: fix location of integration test artifacts 2019-02-17 23:12:58 +01:00
ade373efca ci: tests for VILLAScommon are executed by VILLAScommon runner 2019-02-17 23:12:55 +01:00
5ba3c71c27 ci: add common unit tests 2018-11-30 21:36:55 +01:00
e23459887f ci: attempt to fix unit tests 2018-10-21 17:21:27 +01:00
eaf8fbad36 ci: fix execution of unit tests 2018-10-21 13:05:24 +01:00
c1d011b142 ci: move packaging into seperate stage 2018-06-30 11:54:55 +02:00
937c75ee36 ci: remove Git mirror as it is now handled by GitLab itself 2018-06-30 10:53:52 +02:00
ab2b7d95cf ci: remove support for valgrind and coverage testing 2018-06-30 10:40:33 +02:00
30c7b8fa7e ci: fix docker deployment 2018-06-30 10:38:20 +02:00
66f821a0f4 ci: check location of artifacts 2018-06-30 10:38:09 +02:00
e9a095a515 update CI config 2018-06-30 02:13:19 +02:00
c2d76829f7 tests: ignore warnings globally 2018-05-13 14:50:18 +02:00
b470bb33aa tests: dont let warnings cause the tests to fail 2018-05-13 14:20:35 +02:00
26a79e26cb ci: fix Github mirroring 2018-03-28 15:56:15 +02:00
caebfc8492 setup automatic mirroring to GitHub 2017-11-20 14:30:17 +01:00
8bb2c740f6 prepare v0.5.0 release 2017-10-18 14:47:20 +02:00
11b5295f4e fix deployment of packages 2017-09-16 22:01:59 +02:00
a9307cc4e0 deploy only on master and develop branches 2017-09-16 17:28:06 +02:00
670511e1a0 fix Docker deployment 2017-07-08 13:33:50 +02:00
Georg Reinke
c92f2ee846 fix CI 2017-07-07 12:19:33 +02:00
a1c5e6eeae run valgrind tests in debug configuration 2017-07-03 00:07:53 +02:00
2e8f01b7fc deploy packages and Docker images automatically 2017-07-02 21:41:53 +02:00
c78dcc0f89 fix GitLab CI 2017-05-14 10:50:36 +02:00
e2ec8fdd17 fix GitLab CI 2017-05-14 10:33:17 +02:00
4bffe387a9 do not upload coverage and docs for every branch 2017-05-10 13:30:54 +02:00
eecd1d3b26 integration tests do not need to compile everything 2017-05-10 13:24:35 +02:00
555806c813 we dont need to build tests in the build stage 2017-05-10 12:57:31 +02:00
d162963cae fix CI builds of RPM packages 2017-05-08 10:59:54 +02:00
341c05bc3d fix GitLab CI 2017-05-01 16:57:30 +02:00
882d4b57b8 fixed packaging and deployment 2017-04-27 10:05:26 +02:00
36a7e1727f add branch name as tag to Docker images 2017-04-24 13:50:23 +02:00
904da1e3d9 fix GitLab CI 2017-04-18 01:48:40 +02:00
3daf7cfec2 renamed Docker image to ‚villas-node‘ (#79) 2017-04-06 20:29:43 +02:00
bfad9ff397 fix some problems with GitLab CI deployment 2017-04-06 20:28:16 +02:00
42c99df36f simplified GitLab CI receipe 2017-04-02 05:02:34 +02:00
1a0e3a1ab6 fix GitLab CI 2017-04-02 02:37:11 +02:00
37498fc64d fix GitLab CI 2017-04-02 02:14:33 +02:00
298d1162e6 increase limit of locked memory automatically during initlialization 2017-04-02 00:14:17 +02:00
2ad7c884f0 build Docker image only for develop branch 2017-04-01 23:23:20 +02:00
19930cd003 fix GitLab CI 2017-03-31 22:49:35 +02:00
725a4e544e fix coverage and some other test related issues 2017-03-29 19:16:17 +02:00
6818b58648 fix GitLab CI 2017-03-29 06:09:49 +02:00
506f74f8e7 fix GitLab CI 2017-03-29 05:27:21 +02:00
531a8d36e1 updated GitLab CI for new build and packaging system 2017-03-29 04:37:03 +02:00
fa7bbada6c updated GitLab CI for new build and packaging system 2017-03-29 04:07:58 +02:00
dbc1530727 Overhaul of build and packaging system:
- Build RPM packages for VILLASnode and dependencies with the ‚rpm‘, ‚rpm-villas‘, ‚rpm-livxil‘ and ‚rpm-libwebsockets‘ make targets
- Upload new RPM packages to the repository with the ‚deploy‘ make target
- Build a developer Docker image with the `docker-dev` target
- Run the developer image with the `run-docker-dev` target
- Build a production Docker image with the `docker` target
  This requires that all RPM packages have been build previously!
- Use hard-coded default paths where applicable
- Updated index website
- Added some usage information and hints

Documentation of the new system is still outstanding
2017-03-29 04:04:20 +02:00