Skip to content

Commit 56c2cfc

Browse files
committed
CI: build ubuntu 18.04 binaries on appveyor
1 parent 7a80a41 commit 56c2cfc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.appveyor.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ pull_requests:
55
shallow_clone: true
66
environment:
77
CMakeArgs: ""
8-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
9-
VCVER: 9.0
10-
ARCH: x86
8+
matrix:
9+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
10+
VCVER: 9.0
11+
ARCH: x86
12+
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
1113
install:
1214
- cmd: appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip -FileName ninja.zip
1315
- cmd: 7z x ninja.zip
@@ -21,6 +23,7 @@ build_script:
2123
- cmake --build . --config Release --target install
2224
- cpack -C Release
2325
artifacts:
26+
- path: 'build/*.deb'
2427
- path: 'build/*.7z'
2528
deploy:
2629
provider: GitHub

0 commit comments

Comments
 (0)