From 25c49cf930cb0add769c5596a7317ada1c5f9da7 Mon Sep 17 00:00:00 2001 From: Mura Li Date: Tue, 23 Oct 2018 19:47:59 +0800 Subject: Update build tags for sqlite_unlock_notify (#5144) --- .drone.yml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index e4ade4fc1c..682797105e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,7 @@ pipeline: image: golang:1.11 pull: true environment: - TAGS: bindata sqlite + TAGS: bindata sqlite sqlite_unlock_notify commands: - make clean - make generate @@ -87,7 +87,7 @@ pipeline: pull: true group: test environment: - TAGS: bindata sqlite + TAGS: bindata sqlite sqlite_unlock_notify commands: - make unit-test-coverage when: @@ -99,7 +99,7 @@ pipeline: pull: true group: test environment: - TAGS: bindata sqlite + TAGS: bindata sqlite sqlite_unlock_notify commands: - make test when: @@ -117,17 +117,18 @@ pipeline: when: event: [ tag ] - # Commented until db locking have been resolved! - # test-sqlite: - # image: golang:1.10 - # pull: true - # group: test - # environment: - # TAGS: bindata - # commands: - # - make test-sqlite - # when: - # event: [ push, tag, pull_request ] + test-sqlite: + image: golang:1.11 + pull: true + group: test + environment: + TAGS: bindata + commands: + - curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash + - apt-get install -y git-lfs + - make test-sqlite + when: + event: [ push, tag, pull_request ] test-mysql: image: golang:1.11 @@ -196,7 +197,7 @@ pipeline: image: karalabe/xgo-latest:latest pull: true environment: - TAGS: bindata sqlite + TAGS: bindata sqlite sqlite_unlock_notify commands: - export PATH=$PATH:$GOPATH/bin - make release -- cgit v1.2.3