mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Update appveyor.yml
This commit is contained in:
parent
d53d250f02
commit
e6a035d3a8
1 changed files with 3 additions and 5 deletions
|
@ -7,16 +7,14 @@ environment:
|
|||
install:
|
||||
# Get the latest stable version of Node.js or io.js
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
# install modules
|
||||
- npm install
|
||||
before_build:
|
||||
- ps: .\BuildTask.ps1 -env "live"
|
||||
- cmd: cd src/ombi
|
||||
- node --version
|
||||
- appveyor-retry dotnet restore
|
||||
appveyor-retry dotnet restore
|
||||
- appveyor-retry npm install bower -g
|
||||
- appveyor-retry npm install gulp -g
|
||||
- appveyor-retry bower install
|
||||
- appveyor-retry npm install -g gulp
|
||||
- appveyor-retry npm install
|
||||
- gulp publish
|
||||
build_script:
|
||||
- dotnet build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue