2018-04-20 00:27:12 +03:00
|
|
|
version: '{build}'
|
|
|
|
|
2018-09-22 22:07:07 +03:00
|
|
|
image:
|
|
|
|
- Visual Studio 2015
|
|
|
|
- Ubuntu1604
|
|
|
|
- Ubuntu1804
|
2018-04-20 00:27:12 +03:00
|
|
|
|
|
|
|
skip_branch_with_pr: true
|
|
|
|
|
|
|
|
clone_depth: 1
|
|
|
|
|
|
|
|
init:
|
2018-09-22 22:07:07 +03:00
|
|
|
- ps: Update-AppveyorBuild -Version "build-$env:APPVEYOR_BUILD_NUMBER-$($env:APPVEYOR_REPO_COMMIT.substring(0,7))"
|
|
|
|
|
|
|
|
install: git submodule update --init --recursive
|
2018-04-20 00:27:12 +03:00
|
|
|
|
|
|
|
build_script:
|
2018-04-29 00:11:03 +03:00
|
|
|
- cmd: >-
|
|
|
|
src\BuildAll.cmd
|
|
|
|
exit %errorlevel%
|
2018-09-22 22:07:07 +03:00
|
|
|
- sh: >-
|
|
|
|
./configure && make package -C tmp
|
2018-04-20 10:55:39 +03:00
|
|
|
|
|
|
|
artifacts:
|
|
|
|
- path: output\pkg\*\*
|
2018-09-22 22:07:07 +03:00
|
|
|
name: Windows
|
|
|
|
|
|
|
|
- path: build/*.deb
|
|
|
|
name: Ubuntu
|