Adds CI readme.

This commit is contained in:
Felix (xq) Queißner 2020-06-29 19:21:05 +02:00
parent ae85907fd3
commit dcba6f9071
1 changed files with 23 additions and 0 deletions

23
ci/README.md Normal file
View File

@ -0,0 +1,23 @@
# Build Instructions for AppImage
This folder contains a `Dockerfile` to create a AppImage for Kristall.
Requirements:
- docker
- docker-compose
Build process:
```sh
docker build --tag kristall-ci:1.0 .
docker-compose up
```
This will create two files in the output folder:
- `kristall`
The raw binary output
- `Kristall-nightly-x86_64.AppImage`
The *AppImage* build of Kristall, should run on any
Result was tested on:
- Gentoo / Kernel 5.4.48
- Arch Linux / Kernel 5.7.6