We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d6fc2 commit c97855aCopy full SHA for c97855a
.appveyor.yml
@@ -0,0 +1,14 @@
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 ./go test
0 commit comments