mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
another change !wip
This commit is contained in:
parent
2fc0ab5fa8
commit
48705f2ea0
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ environment:
|
|||
install:
|
||||
# Get the latest stable version of Node.js or io.js
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
|
||||
- cmd: set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\2.2;%path%
|
||||
- cmd: tsc -v
|
||||
build_script:
|
||||
- ps: ./build.ps1 --settings_skipverification=true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue