Skip to content

Commit 219b2ca

Browse files
authored
Merge pull request #219 from mbland/appveyor
Add .appveyor.yml
2 parents d4d6fc2 + 17ebdc8 commit 219b2ca

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.appveyor.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 'v1.6.0.{build}'
2+
3+
build: off
4+
5+
# This presumes that Git bash is installed at `C:\Program Files\Git` and the
6+
# bash we're using is from that installation.
7+
#
8+
# If instead it finds the Windows Subsystem for Linux bash at
9+
# `C:\Windows\System32\bash.exe`, it will fail with a errors containing:
10+
# syntax error near unexpected token `$'{\r''
11+
test_script:
12+
- where bash
13+
- bash --version
14+
- bash -c 'echo PATH="$PATH"'
15+
- bash -c 'PATH="/usr/bin:$PATH" ./go test'

0 commit comments

Comments
 (0)