mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-02 19:23:09 +03:00
23 lines
518 B
YAML
23 lines
518 B
YAML
version: '#{build}'
|
|
skip_tags: true
|
|
|
|
build: off
|
|
deploy: off
|
|
|
|
environment:
|
|
matrix:
|
|
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
|
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
|
|
CC: gcc
|
|
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
|
PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin;%PATH%
|
|
CC: gcc
|
|
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
|
|
|
test_script:
|
|
- if "%CC%" == "" call build.cmd
|
|
- if "%CC%" == "gcc" mingw32-make
|