1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00

Add .appveyor.yml

This follows the example from https://www.appveyor.com/docs/lang/ruby/
except that it doesn't need `install` or `before_test` steps.
This commit is contained in:
Mike Bland 2017-09-30 10:55:51 -04:00
parent aaf62cd9d8
commit d9ee4168ed
No known key found for this signature in database
GPG Key ID: 5121C73A6E07384B

15
.appveyor.yml Normal file
View File

@ -0,0 +1,15 @@
version: 'v0.4.0.{build}'
build: off
# This presumes that Git bash is installed at `C:\Program Files\Git` and the
# bash we're using is `C:\Program Files\Git\bin\bash.exe`.
#
# If instead it finds the Windows Subsystem for Linux bash at
# `C:\Windows\System32\bash.exe`, it will fail with an error like:
# /mnt/c/.../bats-core/test/test_helper.bash: line 1:
# syntax error near unexpected token `$'{\r''
test_script:
- where bash
- bash --version
- bash libexec/bats test