mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
+ AppVeyor: activate AHK test script for initial version of regression testing
This commit is contained in:
parent
eb6772a3f9
commit
48d3d60476
20
appveyor.yml
20
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 #
|
||||
|
||||
Loading…
Reference in New Issue
Block a user