File tree Expand file tree Collapse file tree 3 files changed +7
-47
lines changed Expand file tree Collapse file tree 3 files changed +7
-47
lines changed Original file line number Diff line number Diff line change 7
7
- cron : ' 30 23 * * *'
8
8
jobs :
9
9
build :
10
+ if : " !contains(github.event.head_commit.message, 'skip-build')"
10
11
runs-on : windows-latest
11
12
strategy :
12
13
fail-fast : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
> Build PHP nightly for windows.
8
8
9
9
## Builds
10
- - [ php-master-nts-windows-vs16-x64.zi] ( https://bintray.com/shivammathur/php/php-master-nts-windows-vs16-x64.zip )
11
- - [ php-master-nts-windows-vs16-x64-AVX.zip] ( https://bintray.com/shivammathur/php/php-master-ts-windows-vs16-x64-AVX.zip )
12
- - [ php-master-ts-windows-vs16-x64.zip] ( https://bintray.com/shivammathur/php/php-master-ts-windows-vs16-x64.zip )
13
- - [ php-master-nts-windows-vs16-x86.zip] ( https://bintray.com/shivammathur/php/php-master-nts-windows-vs16-x86.zip )
14
- - [ php-master-ts-windows-vs16-x86.zip] ( https://bintray.com/shivammathur/php/php-master-ts-windows-vs16-x86.zip )
10
+ - [ php-master-nts-windows-vs16-x64.zip] ( https://dl.bintray.com/shivammathur/php/php-master-nts-windows-vs16-x64.zip )
11
+ - [ php-master-nts-windows-vs16-x64-AVX.zip] ( https://dl.bintray.com/shivammathur/php/php-master-nts-windows-vs16-x64-AVX.zip )
12
+ - [ php-master-ts-windows-vs16-x64.zip] ( https://dl.bintray.com/shivammathur/php/php-master-ts-windows-vs16-x64.zip )
13
+ - [ php-master-nts-windows-vs16-x86.zip] ( https://dl.bintray.com/shivammathur/php/php-master-nts-windows-vs16-x86.zip )
14
+ - [ php-master-ts-windows-vs16-x86.zip] ( https://dl.bintray.com/shivammathur/php/php-master-ts-windows-vs16-x86.zip )
15
+ - [ debug, devel and test packs] ( https://bintray.com/shivammathur/php/8.0-windows#files )
15
16
16
17
## License
17
18
You can’t perform that action at this time.
0 commit comments