Skip to content

Commit 40942e6

Browse files
committed
Merge pull request #51 from my-personal-forks/ci-server
Ci server
2 parents b7e1d69 + d6cf3a9 commit 40942e6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Status: [![Build status](https://ci.appveyor.com/api/projects/status/fgbrealw58sd8ado/branch/dev?svg=true)](https://ci.appveyor.com/project/guillermooo/powershell/branch/dev)
2+
13
PowerShell
24
==========
35

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=dev 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)