Skip to content

Commit

Permalink
appveyor.yml: Add support for Windows
Browse files Browse the repository at this point in the history
This runs the tests on Appveyor CI (basically windows)
so as to keep it from breaking.

Closes asdf-vm#450
  • Loading branch information
abhishalya committed Feb 1, 2019
1 parent 1886e00 commit 18a3703
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
init:
- ps: iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

install:
- git clone --depth 1 https://github.com/sstephenson/bats.git
- scoop install shellcheck
- set PATH=%PATH%;C:\projects\asdf\bats\bin\

build: false

test_script:
- shellcheck -V
- bash lint.sh
- bash -lc 'bats test'

0 comments on commit 18a3703

Please sign in to comment.