mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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:
|
install:
|
||||||
# Get the latest stable version of Node.js or io.js
|
# Get the latest stable version of Node.js or io.js
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
# install modules
|
|
||||||
- npm install
|
|
||||||
before_build:
|
before_build:
|
||||||
- ps: .\BuildTask.ps1 -env "live"
|
- ps: .\BuildTask.ps1 -env "live"
|
||||||
- cmd: cd src/ombi
|
- cmd: cd src/ombi
|
||||||
- node --version
|
- node --version
|
||||||
- appveyor-retry dotnet restore
|
appveyor-retry dotnet restore
|
||||||
- appveyor-retry npm install bower -g
|
- appveyor-retry npm install bower -g
|
||||||
- appveyor-retry npm install gulp -g
|
- appveyor-retry npm install -g gulp
|
||||||
- appveyor-retry bower install
|
- appveyor-retry npm install
|
||||||
- gulp publish
|
- gulp publish
|
||||||
build_script:
|
build_script:
|
||||||
- dotnet build
|
- dotnet build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue