mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2024-11-23 23:11:06 +07:00
Experimenting with Cirrus CI
This commit is contained in:
parent
1b04d61dce
commit
d9b04d8535
7
.cirrus.yml
Normal file
7
.cirrus.yml
Normal 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
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user