|
5 | 5 | Windows Server 2012 R2 |
6 | 6 |
|
7 | 7 | clone_folder: |
8 | | - C:\go\src\github.com\fstab\grok_exporter |
| 8 | + C:\grok_exporter |
9 | 9 |
|
10 | 10 | environment: |
11 | | - PATH: c:\go\bin;C:\msys64\mingw64\bin;%PATH% |
| 11 | + PATH: C:\go\bin;C:\msys64\mingw64\bin;%PATH% |
12 | 12 | GOPATH: c:\go |
13 | 13 | CC: x86_64-w64-mingw32-gcc |
14 | 14 | CGO_ENABLED: 1 |
@@ -48,22 +48,13 @@ install: |
48 | 48 | # -------------------------------------------------------------------------- |
49 | 49 |
|
50 | 50 | build_script: |
51 | | - - cd c:\go\src\github.com\fstab\grok_exporter |
| 51 | + - cd c:\grok_exporter |
52 | 52 | - git submodule update --init --recursive |
53 | 53 | - set GO111MODULE=on |
54 | 54 | - go version |
55 | | - - go test github.com/fstab/grok_exporter |
56 | | - - go test github.com/fstab/grok_exporter/config |
57 | | - - go test github.com/fstab/grok_exporter/config/v1 |
58 | | - - go test github.com/fstab/grok_exporter/config/v2 |
59 | | - - go test github.com/fstab/grok_exporter/exporter |
60 | | - - go test github.com/fstab/grok_exporter/oniguruma |
61 | | - - go test github.com/fstab/grok_exporter/tailer |
62 | | - - go test github.com/fstab/grok_exporter/tailer/fswatcher |
63 | | - - go test github.com/fstab/grok_exporter/tailer/glob |
64 | | - - go test github.com/fstab/grok_exporter/template |
65 | | - - go install github.com/fstab/grok_exporter |
66 | | - - C:\cygwin\bin\bash -c "cd /cygdrive/c/go/src/github.com/fstab/grok_exporter ; PATH='/usr/sbin:/usr/bin:/sbin:/bin' ./integration-test.sh" |
| 55 | + - go test ./... |
| 56 | + - go install |
| 57 | + - C:\cygwin\bin\bash -c "cd /cygdrive/c/grok_exporter ; PATH='/usr/sbin:/usr/bin:/sbin:/bin' ./integration-test.sh" |
67 | 58 |
|
68 | 59 | # Print the linked DLLs, so we can check that grok_exporter does not have |
69 | 60 | # a runtime dependency on Oniguruma. |
|
0 commit comments