mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
Added gulp, and started using the file being built by gulp. Fixed some issues with remote control changing. Implemented clients being able to change password
This commit is contained in:
26
server/node_modules/gulp/node_modules/liftoff/appveyor.yml
generated
vendored
Normal file
26
server/node_modules/gulp/node_modules/liftoff/appveyor.yml
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# http://www.appveyor.com/docs/appveyor-yml
|
||||
# http://www.appveyor.com/docs/lang/nodejs-iojs
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
# node.js
|
||||
- nodejs_version: "0.10"
|
||||
- nodejs_version: "0.12"
|
||||
# io.js
|
||||
- nodejs_version: "1"
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- npm install
|
||||
|
||||
test_script:
|
||||
- node --version
|
||||
- npm --version
|
||||
# power shell
|
||||
- ps: "npm test"
|
||||
# standard command line
|
||||
- cmd: npm test
|
||||
|
||||
build: off
|
||||
|
||||
version: "{build}"
|
||||
Reference in New Issue
Block a user