We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a80a41 commit 56c2cfcCopy full SHA for 56c2cfc
.appveyor.yml
@@ -5,9 +5,11 @@ pull_requests:
5
shallow_clone: true
6
environment:
7
CMakeArgs: ""
8
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
9
- VCVER: 9.0
10
- ARCH: x86
+ matrix:
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+ VCVER: 9.0
11
+ ARCH: x86
12
+ - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
13
install:
14
- cmd: appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip -FileName ninja.zip
15
- cmd: 7z x ninja.zip
@@ -21,6 +23,7 @@ build_script:
21
23
- cmake --build . --config Release --target install
22
24
- cpack -C Release
25
artifacts:
26
+- path: 'build/*.deb'
27
- path: 'build/*.7z'
28
deploy:
29
provider: GitHub
0 commit comments