Skip to content

Commit 061742a

Browse files
committed
add appveyor script
1 parent bb0d22b commit 061742a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bin/appveyor.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
install:
2+
# TODO: Use Desired state configuration or a block script.
3+
- ps: write-output "installing sublime text 3"
4+
- ps: start-filedownload "http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20Build%203059%20x64.zip"
5+
- ps: write-output "installing Sublime%20Text%20Build%203059%20x64.zip"
6+
- ps: 7z.exe x "Sublime%20Text%20Build%203059%20x64.zip" -o"C:\st" > $null
7+
- ps: mkdir "C:\st\Data\Packages" -force > $null
8+
- ps: git clone -q --branch=master https://github.com/SublimeText/PowerShell.git "C:\st\Data\Packages\PowerShell"
9+
- ps: git clone -q --branch=master https://github.com/my-personal-forks/UnitTesting.git "C:\st\Data\Packages\UnitTesting"
10+
11+
build: false
12+
13+
test_script:
14+
- ps: C:\st\Data\Packages\UnitTesting\sbin\run.ps1 "PowerShell"

0 commit comments

Comments
 (0)