You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
212 B
12 lines
212 B
version: 2.1
|
|
|
|
orbs:
|
|
win: circleci/windows@2.2.0
|
|
|
|
jobs:
|
|
job-name: node-gyp
|
|
steps:
|
|
- checkout
|
|
- run:
|
|
name: Install node-gyp
|
|
command: yarn global add node-gyp && yarn install
|