summaryrefslogtreecommitdiffstats
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix translation upload to crowdin (#2599)Lauris BH2017-09-251-0/+1
|
* backport from v1.2 branch: add secrets for github release (#2588) (#2598)Bo-Yi Wu2017-09-251-0/+1
|
* Add pre-build step for nodejs stuff (#2581)Morlinest2017-09-251-3/+8
|
* Automatic update of translations (#2585)Jonas Franz2017-09-231-0/+11
| | | | | | | | | | | | * Adding build step for uploading translations * Fixing crowdin project name * Using crowdin plugin * Changing secret name * Adding pull: true
* Fix drone for tags (#2573)Lauris BH2017-09-221-3/+0
|
* Use standard lessc and minify CSS using Node.js (#2337)silverwind2017-09-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use standard lessc and minify CSS using Node.js This changes the previous nonstandard `lessc` to the official one and enables CSS minification via the clean-css module. To build CSS, Node.js is required along with a `npm install` to get the tools installed locally in node_modules so there is no dependency on binaries in PATH. Benefits include: - Allows one to have a standard lessc in PATH. - Can now use command line switches on lessc. - Minified CSS brings faster page load times and also has the benefit of discouraging contributors from editing CSS directly. To build CSS, Node.js is required along with a `npm install` to get the tools installed locally based on the information in `package.json`. The 'make stylesheet' task was modified to run without condition. This makes it easier to work on the make task itself without having to delete files. Also fixes: https://github.com/go-gitea/gitea/issues/2198 * install node, npm and modules on drone * .PHONY * use 'minify' to minify CSS
* Always run fmt check in CI (#2546)Ethan Koenig2017-09-211-0/+1
|
* Added bucket name to s3 drone plugin (#2505)Thomas Boerger2017-09-151-0/+3
|
* add codecov.io service. (#2493)Bo-Yi Wu2017-09-131-7/+48
| | | | | | | | | | | | | | | | | | | | | | * add codecov.io service. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * only PR or master branch (for coverage badge) Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update init Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* fix release (#2496)Lunny Xiao2017-09-131-3/+3
|
* Fix some tests : make coverage -> test (#2492)Antoine GIRARD2017-09-121-1/+1
| | | | | | | | * Fix test : make coverage -> test * Refactor integration tests to be able to run them in parallel * Add custom local repository temp path
* Hotfix for integration testing (#2473)Thomas Boerger2017-09-101-11/+12
| | | | | | * Hotfix for integration testing * Comment sqlite tests because of database locking issues
* Changes for latest DroneCI (#2362)Thomas Boerger2017-09-071-39/+40
|
* Revert "Changes for latest DroneCI (#2355)" (#2358)Bo-Yi Wu2017-08-221-39/+25
| | | This reverts commit faf4b503b24d33a2a0f455d26bb782345ab8e0c9.
* Changes for latest DroneCI (#2355)Thomas Boerger2017-08-221-25/+39
|
* ignore coverage steps. (#2257)Bo-Yi Wu2017-08-041-6/+6
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Add verify changed less-file step to Makefile (#1861)Bo-Yi Wu2017-07-121-0/+1
|
* feat: upgrade drone docker image to support multi-stage build. (#1732)Bo-Yi Wu2017-07-111-0/+3
| | | | | | | | | | | | * feat: upgrade drone docker image to support multi-stage build. * update drone sig file. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update drone sig file. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Skip sqlite integration in CI (#2058)Ethan Koenig2017-06-251-1/+1
|
* update drone discord plugin to 0.0.4 version (#1992)Bo-Yi Wu2017-06-171-1/+1
| | | | | | | | | | | | | | * update drone discord plugin to 0.0.3 version Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update to 0.0.4 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update sig file. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Coverage reports for integration tests (#1960)Ethan Koenig2017-06-151-0/+1
|
* send notification if status changedBo-Yi Wu2017-06-151-1/+1
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* switch gitter to discord for drone. (#1971)Bo-Yi Wu2017-06-151-2/+7
| | | | | | | | | | | | | | * switch gitter to discord for drone. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * add event Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * only notify build fail message. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Don't run 'make release' on PRs (#1908)Kim "BKC" Carlbäcker2017-06-091-1/+1
|
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-0/+1
|
* fix: only run test coverage on master branch. (#1838)Bo-Yi Wu2017-06-011-5/+28
|
* Only run coverage on merges/pushes to master (#1783)Ethan Koenig2017-05-251-1/+3
|
* MySQL, Postgres integration tests in drone (#1638)Ethan Koenig2017-04-301-2/+2
| | | | | | | | | | * MySQL, Postgres integration tests in drone * Fix .drone.yml * sign drone * resign drone
* Limit clone depth when drone-building (#1644)Sandro Santilli2017-04-301-0/+1
| | | | | | * Limit clone depth when drone-building * sign drone
* Integration test framework (#1290)Ethan Koenig2017-04-251-2/+13
| | | | | | | | | | * Integration test framework * udpate drone sign * Formatting fixes and move router.go to routers/ * update sign for drone
* Check if missing/modified/unused deps in vendor and fix errors (#1468)Antoine GIRARD2017-04-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Check if missing deps in vendor This will catch import from other repos. (maybe by auto-import) * Remove github.com/smartystreets unused deps * Remove github.com/boltdb/bolt unused dep * Fetch github.com/go-xorm/core + sync gopkg.in/ldap.v2/ldap.go * Auto-install govendor + reinstall github.com/boltdb/bolt needed by vendor/github.com/blevesearch/bleve/index/store/boltdb * Update go-xorm/xorm to a5cb21 in vendor.json * Use a custom repo for implementing change to bolt dep. * Switching bolt to github.com/go-gitea/bolt * Switching bolt to github.com/go-gitea/bolt (fork version) * change the drone sign
* Fixed drone buildsv1.1.0Thomas Boerger2017-03-091-13/+0
|
* Split the binary build (#985)Thomas Boerger2017-03-071-9/+18
| | | | | | | | As we can not compile darwin binaries with static flags I have split the build process into different make tasks. Now we get static linked binaries especially for linux so that it also can run on older versions of CenOS and so on. Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Fix master builds on mips* again (#815)Thomas Boerger2017-02-021-6/+5
| | | | | | | | | | | | * Use local folder for xgo * Always do crosscompile and testing to fail early * Added mips* values for boltdb In order to get master building again I have applied these 2 additional files to boltdb. This should get dropped when https://github.com/boltdb/bolt/issues/656 gets solved.
* Clone tags within drone for proper version generation (#591)Thomas Boerger2017-01-051-0/+4
|
* Properly handle drone tags and release/* branches (#466)v1.0.0Thomas Boerger2016-12-241-7/+25
|
* Fixed drone taggingThomas Boerger2016-12-231-2/+2
|
* Revert "Disable coverage report for now" (#400)Andrey Nering2016-12-161-5/+5
|
* Disable coverage report for now (#395)Thomas Boerger2016-12-151-5/+5
| | | | Until aircover gets updated so that it works again I have disabled to coverage report upload for now.
* Enabled bindata build tag and generate bindata (#352)Thomas Boerger2016-12-051-4/+5
|
* Fixed build tags and deps for all build/test stepsThomas Boerger2016-12-051-10/+23
|
* Get rid of bin folder within makefile, enabled TiDB (#319)Thomas Boerger2016-12-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of the bin folder within the build process Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped latest make task, it is unused Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Added tidb tag to drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the cert build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped useless minwinsvc build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the useless build tags from drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Reenabled lint check within droneThomas Boerger2016-11-291-1/+1
|
* Updated drone docker definitionsThomas Boerger2016-11-281-14/+14
| | | | | | | | In order to automatically build docker images I have re-enabled the docker building parts within our drone runs on every push to master and on every tag. Signed-off-by: Thomas Boerger <tboerger@suse.de>
* Dropped latest publishing from droneThomas Boerger2016-11-251-10/+0
|
* Fixed s3 publishing within droneThomas Boerger2016-11-251-3/+6
|
* Disable broken docker build for nowThomas Boerger2016-11-251-14/+14
|
* Be more explicit and dropped matrix builds from droneThomas Boerger2016-11-251-49/+30
|
* Added matrix drone buildsThomas Boerger2016-11-241-14/+36
|
* Create a first draft for .drone.ymlMatthias Loibl2016-11-241-0/+118
|