File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 19
19
fi ; \
20
20
done ; \
21
21
go install ./generator/...; \
22
+ rm ./tests/kallax.go ; \
22
23
go generate ./tests/...; \
23
24
git diff --no-prefix -U1000; \
24
25
if [ ` git status | grep ' Changes not staged for commit' | wc -l` != ' 0' ]; then \
Original file line number Diff line number Diff line change 1
1
version : build-{build}.{branch}
2
2
platform : x64
3
3
4
+ image :
5
+ - Visual Studio 2015
6
+
4
7
clone_folder : c:\gopath\src\gopkg.in\src-d\go-kallax.v1
5
8
6
- shallow_clone : true
9
+ shallow_clone : false
7
10
8
11
environment :
9
12
GOPATH : c:\gopath
@@ -16,12 +19,12 @@ services:
16
19
- postgresql96
17
20
18
21
install :
19
- - set PATH=C:\Program Files\PostgreSQL\9.6\bin\;%GOPATH%\bin;c:\go\bin;%PATH%
22
+ - set PATH=C:\Program Files\PostgreSQL\9.6\bin\;C:\MinGW\bin; %GOPATH%\bin;c:\go\bin;%PATH%
20
23
- go version
21
24
- go get -v -t .\...
22
25
23
26
build : off
24
27
25
28
test_script :
26
29
- createdb testing
27
- - go test -v .\...
30
+ - mingw32-make test
You can’t perform that action at this time.
0 commit comments