Updates CI build for linux.

This commit is contained in:
Felix Queißner 2020-06-30 22:57:44 +02:00
parent 7c19f7ccb4
commit fdc409bee2
2 changed files with 12 additions and 0 deletions

8
ci/build-and-deploy.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
set -eo pipefail
# First, do the docker build
docker-compose up
scp -i /home/ci/secret/kristall_ci output/Kristall-nightly-x86_64.AppImage kristall-ci@kristall.random-projects.net:.

View File

@ -9,3 +9,7 @@ services:
- /dev/fuse:/dev/fuse
cap_add:
- SYS_ADMIN
security_opt:
- apparmor:unconfined
- seccomp:unconfined