Files: efcf9fd06b02fa9bcd28681b4c777224e19702bb / test / test-79-npm / hap-nodejs / hap-nodejs.meta.js
293 bytesRaw
1 | ; |
2 | |
3 | const home = require('../home.js'); |
4 | |
5 | module.exports = function (stamp, flags) { |
6 | if (flags.ci) { |
7 | return { |
8 | allow: false, |
9 | note: 'headless CI seems to fail' |
10 | }; |
11 | } |
12 | |
13 | return { |
14 | allow: home(stamp), |
15 | note: 'requires OpenSSL-dev and mdns installed' |
16 | }; |
17 | }; |
18 |
Built with git-ssb-web