forked from RDashINC/embeder2
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.appveyor.yml
More file actions
33 lines (27 loc) · 737 Bytes
/
.appveyor.yml
File metadata and controls
33 lines (27 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
image: Visual Studio 2015
version: '{branch}.{build}'
cache:
- c:\build-cache
- c:\build-cache\sdk -> .appveyor.yml
environment:
PHP_BUILD_CACHE_BASE_DIR: c:\build-cache
PHP_BUILD_OBJ_DIR: c:\obj
PHP_BUILD_CACHE_SDK_DIR: c:\build-cache\sdk
PHP_BUILD_SDK_BRANCH: php-sdk-2.3.0
SDK_REMOTE: https://github.com/php/php-sdk-binary-tools
SDK_BRANCH: php-sdk-2.3.0
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
PHP_BUILD_CRT: vs17
PHP_REL: 8.4.17
PHP_DEPS_BRANCH: 8.4
ARCHITECTURES: x64
ZTS_STATES: enable
install:
- appveyor\install.cmd
build_script:
- appveyor\build.cmd
artifacts:
- path: artifacts
name: embeder-%APPVEYOR_REPO_TAG_NAME%-%PHP_REL%
type: zip