Skip to content

Commit

Permalink
Mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham committed Sep 19, 2018
1 parent dd4ff32 commit 2b429fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
# https://docs.microsoft.com/vsts/pipelines/languages/javascript

pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'macOS 10.13'

steps:
- task: NodeTool@0
inputs:
version: '8.x'
displayName: 'Install NodeJS'
- script: |
apt install xvfb libxtst6 libxss1 libgtk2.0-0 -y
apt install libnss3 libasound2 libgconf-2-4 -y
npm install
npm run package-ci
displayName: 'Install dependencies and run packager'

0 comments on commit 2b429fe

Please sign in to comment.