mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
enable diagnostic on build #865
This commit is contained in:
parent
0d1ee148c7
commit
9f69ab5006
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ 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
|
||||||
build_script:
|
build_script:
|
||||||
- ps: ./build.ps1
|
- ps: ./build.ps1 -Verbosity Diagnostic
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue