forked from sensational/sassphp
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathappveyor.yml
44 lines (34 loc) · 957 Bytes
/
appveyor.yml
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
34
35
36
37
38
39
40
41
42
43
44
environment:
PHP_VERSION: 7.3.13
configuration: Release
version: '0.0.{build}'
matrix:
fast_finish: true
install:
- cd C:\projects\sassphp
- git submodule init
- git submodule update
- cd C:\
- mkdir php-src
- echo Preparing Windows build...
- echo Downloading PHP source code [%PHP_VERSION%]
- cd C:\php-src
- appveyor DownloadFile http://windows.php.net/downloads/releases/php-7.3.13-src.zip -FileName php-src.zip
- 7z x -y php-src.zip > nul
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
build_script:
- cd C:\php-src\php-7.3.13-src
- buildconf.bat --add-modules-dir=C:\projects
- configure --disable-all --enable-cli --enable-sass
- nmake php_sass.dll
test: OFF
test_script: OFF
deploy: OFF
- provider: Email
to:
on_build_success: true
on_build_failure: false
on_build_status_changed: false
artifacts:
- path: ext\Release_TS\php_sass.dll