File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments