Skip to content

Commit

Permalink
Externalized build sript.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanevg committed Oct 22, 2018
1 parent 18c41e4 commit 089766c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CI/03_Build.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Write-Host "Launching Build Process" -ForegroundColor RED -BackgroundColor White

Write-Host "End of Build Process" -ForegroundColor RED -BackgroundColor White
File renamed without changes.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ environment:
install:
- ps: >-
.\CI\02_Install.ps1
build: off
build_script:
.\CI\03_Build.ps1
test_script:
- ps: >-
.\CI\03_Tests.ps1
.\CI\04_Tests.ps1

0 comments on commit 089766c

Please sign in to comment.