mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2025-02-21 17:50:00 +07:00
13 lines
398 B
YAML
13 lines
398 B
YAML
build_task:
|
|
container:
|
|
image: ubuntu:18.04
|
|
env:
|
|
IS_IN_CONTAINER: 1
|
|
PACKAGE_ARCH: armada38x
|
|
DSM_VER: 6.2
|
|
apt_update_script: apt-get update
|
|
install_prequisites_script: apt-get -qy install git python3 wget ca-certificates
|
|
create_source_dir_script: mkdir -p /source/WireGuard
|
|
populate_source_dir_script: cp -r . /source/WireGuard/
|
|
build_script: /source/WireGuard/build.sh
|