Commit Graph

15 Commits

Author SHA1 Message Date
Christoph Reiter
5b54bc592e appveyor: Reduce PATH to the default Windows entries + git (#3493)
PATH on appveyor contains 80+ directories and we don't need any of it.
2018-05-15 08:05:37 +03:00
Christoph Reiter
07ccf25123 appveyor: default to yes for all system update related pacman questions (#3366) 2018-02-12 07:44:34 +03:00
Christoph Reiter
863e6918ec appveyor: disable test discovery (#3346)
With a mingw gdb build the auto test discovery takes 1.5 minutes, since
we don't have any tests disable them.
2018-02-04 22:27:29 +03:00
Holger Nahrstaedt
fa11906775 Matrix build appveyor (#2737)
* trigger package rebuild of gstreamer package for testing appveyor matrix rebuild.

* add matrix build for ci_build

* fix tab

* fast_finished added.
When one build fails, appveyor stop building.

* Merge remote-tracking branch 'upstream/master' into matrix_build_appveyor

# Conflicts:
#	mingw-w64-gst-editing-services/PKGBUILD
#	mingw-w64-gst-libav/PKGBUILD
#	mingw-w64-gst-plugins-bad/PKGBUILD
#	mingw-w64-gst-plugins-base/PKGBUILD
#	mingw-w64-gst-plugins-good/PKGBUILD
#	mingw-w64-gst-plugins-ugly/PKGBUILD
#	mingw-w64-gst-python/PKGBUILD
#	mingw-w64-gst-rtsp-server/PKGBUILD
#	mingw-w64-gstreamer/PKGBUILD
2017-09-06 14:25:37 +03:00
Christoph Reiter
0375bf984f appveyor: Set shorter clone folder (#2526)
This saves 22 characters on absolute paths during building
2017-06-03 20:03:49 +03:00
Renato Silva
f6c4e45af5 Updates for the changes in filesystem package. 2016-05-27 13:14:29 -03:00
Renato Silva
1f78e180d8 CI: Updates for recent AppVeyor changes. 2016-05-21 14:44:00 -03:00
Alexpux
52ffef6c41 appveyour: Authorization. 2016-05-18 08:38:14 +03:00
Renato Silva
5a7487af67 CI: Set a default shell in AppVeyor.
MSYSTEM is now explicitly set to MSYS, so /opt/bin is added to system
path and related build failures are avoided, for example for packages
using mingw-w64-cross-gcc.
2016-05-05 17:02:23 -03:00
Renato Silva
b1cbba8aa4 CI: System update fixes.
* Update pacman to latest version for performing the AppVeyor core
  update instead of explicitly referencing the core packages. Missing
  references would cause the just upgraded pacman to detect a still
  required core update in ci-build script, where it is supposed to
  perform a regular update instead.

* Enable downgrades in ci-build script and AppVeyor so package versions
  removed from pacman repositories are properly reverted.

* Install git as required by ci-build script.
2016-04-28 19:19:39 -03:00
Renato Silva
46564b3351 CI: Some improvements.
* Only build packages that are actually present in source tree.
  This should fix detection of renamed package folders, including case
  sensitivity changes.

* Fix case sensitivity of Bintray account names.
  Bintray accounts are now properly referenced in lowercase, and compared
  without case sensitivity against the GitHub account for enabling deployment.

* Initialize target list when converting lines to array.
2016-03-23 18:41:01 -03:00
Renato Silva
7bc337fd8c CI: Support for package deployment.
A pacman repository is now generated with built packages, and exported by
AppVeyor to Bintray. Similar export can now be implemented for Drone, and
services other than Bintray can also be used.
2016-03-17 15:12:21 -03:00
Qian Hong
ea21664f25 CI: Update core packages before full system upgrade. 2016-02-16 20:50:29 +08:00
Qian Hong
6a89c3bf48 Appveyor CI: Enable --nocheck and --noprogressbar.
Rename build script and variables in a neutral way.
2016-02-08 05:03:10 +08:00
Renato Silva
b96217426a Add AppVeyor continuous integration. 2016-02-05 23:45:48 -02:00