webrtc-native
Advanced tools
Comparing version 0.0.8 to 0.0.9
16
build.js
@@ -59,3 +59,3 @@ var fs = require('fs'); | ||
if ((stat.mtime.getTime() - (new Date().getTime())) > 86400000) { | ||
if (((new Date().getTime()) - stat.mtime.getTime()) > 86400000) { | ||
SYNC = true; | ||
@@ -106,2 +106,3 @@ } | ||
process.env['GYP_DEFINES'] += ' third_party=' + THIRD_PARTY; | ||
process.env['GYP_DEFINES'] += ' target_arch=' + process.arch; | ||
@@ -193,15 +194,14 @@ process.env['GYP_DEFINES'] += ' host_arch=' + process.arch; | ||
if (TESTS) { | ||
console.log('Running WebRTC Unit Tests'); | ||
console.log('Running WebRTC Tests'); | ||
var peerconnection = 'webrtc-peerconnection-test'; | ||
var log = fs.openSync('test.log', 'w'); | ||
var unittest = 'libjingle_peerconnection_unittest'; | ||
if (os.platform() == 'win32') { | ||
unittest += '.exe'; | ||
peerconnection += '.exe'; | ||
} | ||
sh(WEBRTC_OUT + path.sep + unittest, { | ||
sh(WEBRTC_OUT + path.sep + peerconnection, { | ||
cwd: WEBRTC_SRC, | ||
env: process.env, | ||
stdio: [ 'ignore', log, log ], | ||
stdio: 'inherit', | ||
}); | ||
@@ -208,0 +208,0 @@ } |
{ | ||
"name": "webrtc-native", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "WebRTC for NodeJS", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/vmolsa/webrtc-native", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
203630
39
476
39
3