Skip to content

Continuous integration

Peter Moser edited this page Apr 4, 2022 · 14 revisions

How to for Github Actions NOI CI

General

We are using a specific Version like runs-on: ubuntu-20.04 to avoid incompatibilities caused by using the latest version of the os.
Github actions allows to have clean workspaces so for the CI when it is possible we do not use docker.

using Ubuntu

Example with:

using Mac

using Docker

Example with:

Android

Example with:

IOS

Example with:

using Windows

Docker Servers

Clone this wiki locally