aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* Move build without gcc step up so that it's binary is not used in docker (#3147)Lauris BH2017-12-111-10/+10
|
* Restore make test target (#3139)Ethan Koenig2017-12-111-0/+10
| | | | | | * Restore make test target * make build -> go build
* Fix missing drone test on release/* (#3126)Lunny Xiao2017-12-091-0/+13
| | | | | | * fix missing drone test on release/* * remove test coverage on release/*
* use unique name for docs docker build step in CI (#3018)techknowlogick2017-11-291-2/+2
| | | Otherwise drone may combine the logs
* Fix master build for docs docker (#3004)techknowlogick2017-11-291-0/+2
|
* Import docs into main repository (#2874)techknowlogick2017-11-261-0/+31
| | | | | * import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>
* change the email and name to GitBot account. (#2848)Bo-Yi Wu2017-11-041-0/+2
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Fix removing backslash before quotes in translations (#2831)Lauris BH2017-11-031-1/+1
|
* fix update-translations on drone (#2822)Lunny Xiao2017-11-011-0/+2
|
* Fix wrong translations (#2818)Lunny Xiao2017-11-011-0/+9
| | | | | | * fix wrong translations * fix tab on yml
* add gitea remote in drone. (#2817)Bo-Yi Wu2017-11-011-1/+1
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* add remote name for git push. (#2816)Bo-Yi Wu2017-11-011-3/+4
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Download and pushing translations (#2727)Jonas Franz2017-11-011-10/+35
| | | | | | * Download and pushing translations * Adding empty line between build steps
* 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
|