aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* rumba: Remove irati/rlite, python2 and qemu supportDimitri Staessens3 days1-20/+0
| | | | | | | | | | | | | | Remove IRATI and rlite prototype plugins, keeping only Ouroboros. Delete .gitlab-ci.yml (only contained an irati test job and a Sphinx pages job). Clean up all irati/rlite imports and references from examples, documentation, and tools. Qemu was tied heavily with rlite and irati. As it's less useful for ouroboros it's removed rather than reworked. Updated README.md and AUTHORS Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
* doc: Reorganize documentationSander Vrijders2018-03-291-1/+1
| | | | | This reorganizes the documentation somewhat to be more tutorial-styled.
* doc: Change theme to Read the DocsSander Vrijders2018-03-291-1/+1
| | | | | This changes the theme and uses a custom css to make sure the body is spread for the entire width.
* rumba: Add Rumba documentation websiteSander Vrijders2018-03-281-0/+11
| | | | | This adds a documentation website for Rumba which is triggered automatically after changes to master.
* testbeds: qemu: Remove unneeded sleepSander Vrijders2017-09-201-1/+1
| | | | | This removes a sleep in the QEMU testbed that was giving errors. It also catches another error in the SSH support.
* build: Add continuous integrationSander Vrijders2017-09-131-0/+9
This adds CI to Rumba.