ci: Trigger an arm test on VSTS after CircleCI build (#14898)
* ci: Trigger an arm test on VSTS after CircleCI build
This commit is contained in:
parent
1acd840c38
commit
038b56e31e
12 changed files with 289 additions and 94 deletions
|
@ -15,6 +15,7 @@ const { app } = remote.require('electron')
|
|||
|
||||
const skip = process.platform !== 'linux' ||
|
||||
process.arch === 'ia32' ||
|
||||
process.arch.indexOf('arm') === 0 ||
|
||||
!process.env.DBUS_SESSION_BUS_ADDRESS;
|
||||
|
||||
(skip ? describe.skip : describe)('Notification module (dbus)', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue