mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-10 03:30:39 +03:00
Merge PR #713: AppVeyor: add Ubuntu 16.04 and 18.04 builds
This commit is contained in:
commit
4c0e562019
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user