+ AppVeyor: activate AHK test script for initial version of regression testing

This commit is contained in:
Rainer Kottenhoff 2017-10-10 14:01:28 +02:00
parent eb6772a3f9
commit 48d3d60476

View File

@ -80,6 +80,7 @@ matrix:
# scripts that run after cloning repository
install:
- cinst autohotkey.install
# - ps: Update-AppveyorBuild -Version "2.$(Get-Date -format yy.Md).$env:appveyor_build_number"
- ps: '& "$env:appveyor_build_folder\Version.ps1" -AppVeyorEnv'
# - ps: |
@ -104,7 +105,6 @@ install:
# Update-AppveyorBuild -Version $CompleteVer
# }
# enable patching of AssemblyInfo.* files
assembly_info:
patch: true
@ -169,20 +169,22 @@ test: off
# - UI
# - E2E
# to disable automatic tests
#test: off
# scripts to run before tests
before_test:
- echo script1
- ps: Write-Host "script1"
- cmd: cd test
# - echo script1
# - ps: Write-Host "script1"
# to run your custom scripts instead of automatic tests
test_script:
- TestAhkNotepad3.cmd
# scripts to run after tests
after_test:
# to run your custom scripts instead of automatic tests
test_script:
- echo This is my custom test script
# to disable automatic tests
#test: off
#---------------------------------#
# artifacts configuration #