We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4d6fc2 + 17ebdc8 commit 219b2caCopy full SHA for 219b2ca
.appveyor.yml
@@ -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