mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-05 07:32:46 +00:00
Add scripts to run sytest on jenkins (#207)
This commit is contained in:
parent
960af3d628
commit
d4cce7369f
2 changed files with 39 additions and 0 deletions
13
jenkins/prepare-dendrite.sh
Executable file
13
jenkins/prepare-dendrite.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# build the dendrite binaries into ./bin
|
||||
|
||||
cd `dirname $0`/..
|
||||
|
||||
set -eux
|
||||
|
||||
export GOPATH=`pwd`/.gopath
|
||||
export PATH="${GOPATH}/bin:$PATH"
|
||||
|
||||
go get github.com/constabulary/gb/...
|
||||
gb build
|
Loading…
Add table
Add a link
Reference in a new issue