From 48d3d60476685d490b837bbe4ef81af89d9aff83 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Tue, 10 Oct 2017 14:01:28 +0200 Subject: [PATCH] + AppVeyor: activate AHK test script for initial version of regression testing --- appveyor.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6862f12e7..1930faa26 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 #