1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 18:20:40 +03:00

Merge PR #713: AppVeyor: add Ubuntu 16.04 and 18.04 builds

This commit is contained in:
Davide Beatrici 2018-09-23 13:44:39 +02:00 committed by GitHub
commit 4c0e562019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,29 @@
version: '{build}' version: '{build}'
image: Visual Studio 2015 image:
- Visual Studio 2015
- Ubuntu1604
- Ubuntu1804
skip_branch_with_pr: true skip_branch_with_pr: true
clone_depth: 1 clone_depth: 1
init: init:
- ps: Update-AppveyorBuild -Version "build-$env:appveyor_build_number-$($env:appveyor_repo_commit.substring(0,7))" - ps: Update-AppveyorBuild -Version "build-$env:APPVEYOR_BUILD_NUMBER-$($env:APPVEYOR_REPO_COMMIT.substring(0,7))"
install: git submodule update --init --recursive
build_script: build_script:
- cmd: >- - cmd: >-
src\BuildAll.cmd src\BuildAll.cmd
exit %errorlevel% exit %errorlevel%
- sh: >-
./configure && make package -C tmp
artifacts: artifacts:
- path: output\pkg\*\* - path: output\pkg\*\*
name: Windows
- path: build/*.deb
name: Ubuntu