summaryrefslogtreecommitdiff
path: root/appveyor/build_task.bat
Commit message (Collapse)AuthorAgeFilesLines
* Drop hard-coded /W3 default in favor of custom CFLAGSChristoph M. Becker2020-06-051-0/+2
| | | | | | | | | | | Building with `/W3` shows an awful lot of warnings on Windows, so it's really hard to spot the more important ones. Since it is not possible to override the hard-coded `/W3`, we drop it altogether, so MSVC uses the default `/W1`. Users are encouraged to increase the warning level via the environment variable `CFLAGS` before doing configure. We also enable `/WX` (treat warnings as errors) for AppVeyor CI, using `/W1` for now, since otherwise the build would fail.
* Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-05-311-1/+1
|\ | | | | | | | | * PHP-7.3: Fix var name
| * Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-05-311-1/+1
| |\ | | | | | | | | | | | | * PHP-7.2: Fix var name
| | * Fix var nameAnatol Belski2019-05-311-1/+1
| | |
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-09-131-0/+12
| |\ \ | | |/ | | | | | | | | | * PHP-7.2: Backport changes for OpenSSL 1.1.1 CI integration
| | * Backport changes for OpenSSL 1.1.1 CI integrationAnatol Belski2018-09-131-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add debug message for failing test parts (cherry picked from commit a45169a6ba54b13484d70cb474679c96347f779b) Show all unmatched errors when test failed (cherry picked from commit 70159652541c62b5f3bbb26da76b7e56987b2544) More possibly colliding libs to remove from the test image (cherry picked from commit 3008ad1a49210e4604522a987cbdd27a5a0a2c42) Remove colliding file from CI image (cherry picked from commit 6220d21c3420ff0d7366d410920ba5279fba3893) Fix typo (cherry picked from commit 24517d82cf8dc708d08bc77435ad418de4bdff4e)
* | | Remove some more interbase leftoversKalle Sommer Nielsen2019-05-011-1/+1
| | |
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* | | Fix typoAnatol Belski2018-09-131-1/+1
| | |
* | | Remove colliding file from CI imageAnatol Belski2018-09-131-0/+4
| | |
* | | More possibly colliding libs to remove from the test imageAnatol Belski2018-09-131-0/+8
|/ /
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-08-301-1/+1
|\ \ | |/ | | | | | | * PHP-7.2: Switch to staging series on AppVeyor
| * Switch to staging series on AppVeyorAnatol Belski2018-08-301-1/+1
| |
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-08-181-1/+1
|\ \ | |/ | | | | | | * PHP-7.2: Use stable deps on AppVeyor for now
| * Use stable deps on AppVeyor for nowAnatol Belski2018-08-181-1/+1
| | | | | | | | as long as the latest image is not synced with VC++ 15.8
* | Do one test build with AVXAnatol Belski2018-05-311-1/+2
| |
* | Don't prevent loading odbc and pdo_odbc for testsAnatol Belski2018-01-041-1/+1
|/
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-171-0/+2
|\ | | | | | | | | * PHP-7.1: One more folder to delete in AppVeyor image
| * One more folder to delete in AppVeyor imageAnatol Belski2017-10-171-0/+2
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-07-201-0/+2
|\ \ | |/ | | | | | | * PHP-7.1: remove another cygwin instance in AppVeyor run
| * remove another cygwin instance in AppVeyor runAnatol Belski2017-07-201-0/+2
| |
* | Merge branch 'PHP-7.1'Anatol Belski2017-07-181-1/+1
|\ \ | |/ | | | | | | * PHP-7.1: Exclude ext/ftp from AppVeyor test run
| * Exclude ext/ftp from AppVeyor test runAnatol Belski2017-07-181-1/+1
| | | | | | | | | | as the tests depend on fork() and otherwise an extra setup would be needed anyway.
* | Merge branch 'PHP-7.1'Anatol Belski2017-07-121-0/+7
|\ \ | |/ | | | | | | * PHP-7.1: Guard against AppVeyor losing deps issue
| * Guard against AppVeyor losing deps issueAnatol Belski2017-07-121-0/+7
| | | | | | | | | | Possibly due to concurrent build cache updates or some changes in the remote image. Some locking mechanism still could be required.
* | Merge branch 'PHP-7.1'Anatol Belski2017-06-171-3/+3
|\ \ | |/ | | | | | | * PHP-7.1: Next round on AppVeyor reliability.
| * Next round on AppVeyor reliability.Anatol Belski2017-06-171-3/+3
| |
* | enable ext/dba on AppVeyorAnatol Belski2017-05-281-1/+1
| |
* | Merge branch 'PHP-7.1'Anatol Belski2017-04-241-1/+1
|\ \ | |/ | | | | | | | | * PHP-7.1: don't backup older deps after upgrades update SDK version for AppVeyor
| * don't backup older deps after upgradesAnatol Belski2017-04-241-1/+1
| |
* | Merge branch 'PHP-7.1'Anatol Belski2017-03-271-2/+1
|\ \ | |/ | | | | | | * PHP-7.1: always use staging deps for CI, that's what we have a CI for as well
| * always use staging deps for CI, that's what we have a CI for as wellAnatol Belski2017-03-271-2/+1
| |
* | parametrize crt, so only one place has to be changedAnatol Belski2017-03-231-1/+1
| |
* | Merge branch 'PHP-7.1'Anatol Belski2017-03-231-1/+1
|\ \ | |/ | | | | | | * PHP-7.1: adjust deps dir naming scheme
| * adjust deps dir naming schemeAnatol Belski2017-03-231-1/+1
| | | | | | | | not principal, just to have it same way as everywhere
* | switch AppVeyor to vc15 for masterAnatol Belski2017-03-231-1/+1
| |
* | update sdk version for appveyor and set explicit crtAnatol Belski2017-03-201-1/+1
| |
* | Use zend_test shared for testsAnatol Belski2017-03-151-1/+0
| | | | | | | | | | | | The snapshot build enables everything it could find. The test run will load all the shared exts as well, until defined otherwise. So no needs for an extra action.
* | zend-test extension to house code that is required for testing internal ↵Nikita Popov2017-03-121-0/+1
| | | | | | | | APIs, but that we would not want to expose for regular builds
* | Merge branch 'PHP-7.1'Anatol Belski2017-01-061-2/+2
|\ \ | |/ | | | | | | * PHP-7.1: don't use separate deps for release branches
| * don't use separate deps for release branchesAnatol Belski2017-01-061-2/+2
| |
* | Merge branch 'PHP-7.1'Anatol Belski2017-01-051-1/+1
|\ \ | |/ | | | | | | * PHP-7.1: quick fix for the base branch version parsing, not perfect still
| * quick fix for the base branch version parsing, not perfect stillAnatol Belski2017-01-051-1/+1
| |
* | Merge branch 'PHP-7.1'Anatol Belski2017-01-031-1/+1
|\ \ | |/ | | | | | | * PHP-7.1: Disable pdb generation for AppVeyor
| * Disable pdb generation for AppVeyorAnatol Belski2017-01-031-1/+1
| | | | | | | | | | It is not needed for the test runs and would speedup the compilation phase.
* | Merge branch 'PHP-7.1'Anatol Belski2016-12-171-7/+8
|\ \ | |/ | | | | | | | | * PHP-7.1: add Appveyor fast_fail improve error check
| * improve error checkAnatol Belski2016-12-171-7/+8
| |
| * turn mcrypt back on for Appveyor runsAnatol Belski2016-12-171-0/+1
| | | | | | | | (cherry picked from commit fca2312fbecbc8eb44639d5141bfeae48976206b)