aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-08-29 17:34:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-08-29 17:34:42 +0300
commit4683a55f0c8b862007f78767eeb80c51f2947554 (patch)
tree96944afb45259bce243832de1368901fcf81685f /appveyor.yml
parentAppVeyor: build all branches (diff)
downloadwindows7-drivers-4683a55f0c8b862007f78767eeb80c51f2947554.tar.gz
windows7-drivers-4683a55f0c8b862007f78767eeb80c51f2947554.zip
AppVeyor: appveyor -> appveyor.exe
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 39842c7..0b271a9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,12 +32,12 @@ for:
# https://github.com/appveyor/ci/issues/715
install:
- - appveyor AddMessage "Enabling self-signed drivers..."
+ - appveyor.exe AddMessage "Enabling self-signed drivers..."
- bcdedit.exe /set TESTSIGNING ON
- - appveyor AddMessage "Rebooting the worker..."
+ - appveyor.exe AddMessage "Rebooting the worker..."
- ps: Restart-Computer -Force
- ps: Start-Sleep -s 10
- - appveyor AddMessage "OK"
+ - appveyor.exe AddMessage "OK"
test_script:
- ps: .\.appveyor\test.ps1