1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-06 01:28:20 +00:00

MySQL, Postgres integration tests in drone (#1638)

* MySQL, Postgres integration tests in drone

* Fix .drone.yml

* sign drone

* resign drone
This commit is contained in:
Ethan Koenig
2017-04-30 02:30:12 -04:00
committed by Bo-Yi Wu
parent 0308d44a16
commit 66c803fae2
9 changed files with 64 additions and 27 deletions

View File

@@ -44,7 +44,7 @@ pipeline:
TAGS: bindata
GOPATH: /srv/app
commands:
- echo make test-mysql # Not ready yet
- make test-mysql
when:
event: [ push, tag, pull_request ]
@@ -55,7 +55,7 @@ pipeline:
TAGS: bindata
GOPATH: /srv/app
commands:
- echo make test-pqsql # Not ready yet
- make test-pgsql
when:
event: [ push, tag, pull_request ]