Experimenting with Cirrus CI

This commit is contained in:
Andreas Runfalk 2019-03-22 14:37:41 +01:00
parent 1b04d61dce
commit d9b04d8535
2 changed files with 8 additions and 2 deletions

7
.cirrus.yml Normal file
View File

@ -0,0 +1,7 @@
build_task:
container:
dockerfile: Dockerfile
docker_arguments:
env: PACKAGE_ARCH=armada38x
env: DSM_VER=6.2
build_script: /source/WireGuard/build.sh

View File

@ -3,8 +3,7 @@ FROM ubuntu:18.04
ENV IS_IN_CONTAINER 1
RUN apt-get update \
&& apt-get -qy install git python3 wget ca-certificates \
&& mkdir -p /build/source
&& apt-get -qy install git python3 wget ca-certificates
COPY . /source/WireGuard