File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
install :
2
2
- ps : write-host -ForegroundColor Yellow "installing sublime text 3"
3
3
- ps : start-filedownload "http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20Build%203059%20x64.zip"
4
- - ps : write-host -ForegroundColor Yellow "installing Sublime%20Text%20Build%203059%20x64.zip"
5
4
- ps : 7z.exe x "Sublime%20Text%20Build%203059%20x64.zip" -o"C:\st" > $null
5
+ - ps : write-host -ForegroundColor Yellow "copying PowerShell package"
6
6
- ps : mkdir "C:\st\Data\Packages" -force > $null
7
7
- ps : mkdir "C:\st\Data\Packages\PowerShell" -force > $null
8
8
- ps : cp -Recurse * "C:\st\Data\Packages\PowerShell" -Force
9
+ - ps : write-host -ForegroundColor Yellow "installing UnitTesting package"
9
10
- ps : git clone -q --branch=master https://github.com/randy3k/UnitTesting.git "C:\st\Data\Packages\UnitTesting"
10
11
- ps : write-host -ForegroundColor Yellow "installing pester"
11
12
- ps : cinst pester
You can’t perform that action at this time.
0 commit comments