Commit Graph

11 Commits

Author SHA1 Message Date
Qian Hong
ef0e5fd6e0 CI: Use --needed when installing pactoys. 2016-07-01 00:23:36 +08:00
Renato Silva
c091c30c16 CI: Disable recipe check in Drone 32-bit. 2016-06-26 11:31:22 -03:00
Renato Silva
404f66c95c CI: Fix saneman installation and update. 2016-06-25 11:27:30 -03:00
Renato Silva
c09e003a33 CI: Check recipe quality with saneman. 2016-06-22 18:44:46 -03:00
Renato Silva
4f4e8ef31b CI: Fix for package change detection. 2016-05-24 18:06:43 -03:00
Renato Silva
a4b1c9f254 CI: Fix detection of package installation failures. 2016-05-04 18:58:17 -03:00
Renato Silva
c4e6e38ac9 CI: Fix build ordering not returning. 2016-03-25 20:15:43 -03:00
Renato Silva
8aabdc8b36 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-22 22:31:15 -03:00
Renato Silva
35e1904fdf 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:59 -03:00
Renato Silva
14f11892dc CI: Build changed dependencies first. 2016-03-17 12:54:36 -03:00
Renato Silva
9d4c97fe99 CI: Source code refactoring for helper functions.
These functions have been moved to a separate library file and refactored to
become more readable.
2016-03-17 12:53:33 -03:00