Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
bd4c9604
Commit
bd4c9604
authored
Nov 27, 2017
by
Jeremy Bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added install stage in appveyor2
parent
9281785a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
appveyor.yml
appveyor.yml
+10
-2
No files found.
appveyor.yml
View file @
bd4c9604
...
@@ -53,14 +53,22 @@ install:
...
@@ -53,14 +53,22 @@ install:
-
ps
:
|
-
ps
:
|
Write-Host "Installing dependencies" -foregroundcolor "magenta"
Write-Host "Installing dependencies" -foregroundcolor "magenta"
# Initialize dependencies
Write-Host "--> git submodule" -foregroundcolor "magenta"
git submodule update --init --recursive
git submodule update --init --recursive
Install-Product node 8
Write-Host "--> node 6" -foregroundcolor "magenta"
Install-Product node 6
Write-Host "--> npm config" -foregroundcolor "magenta"
npm config set unsafe-perm=true
npm config set unsafe-perm=true
Write-Host "--> npm install" -foregroundcolor "magenta"
cd $env:APPVEYOR_BUILD_FOLDER/Breeze.UI
cd $env:APPVEYOR_BUILD_FOLDER/Breeze.UI
npm install
npm install
Write-Host "--> npm install npx" -foregroundcolor "magenta"
npm install -g npx
Write-Host "$env:log_prefix FINISHED restoring dotnet and npm packages" -foregroundcolor "magenta"
Write-Host "$env:log_prefix FINISHED restoring dotnet and npm packages" -foregroundcolor "magenta"
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment