First stesp to wire up appveyor

This commit is contained in:
dfinke
2018-05-27 12:45:57 -04:00
parent 893b2f3214
commit b436b61a8f
3 changed files with 5 additions and 0 deletions

5
DoTests.ps1 Normal file
View File

@@ -0,0 +1,5 @@
if ((Get-Module -ListAvailable pester) -eq $null) {
Install-Module -Name Pester -Repository PSGallery -Force
}
Invoke-Pester -Script $PSScriptRoot\UnitTests\

Binary file not shown.

BIN
appveyor.yml Normal file

Binary file not shown.