зеркало из https://github.com/microsoft/jacdac-ts.git
add build script
This commit is contained in:
Родитель
197543c810
Коммит
5f5f608fd0
|
@ -0,0 +1,22 @@
|
|||
name: Build
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [8.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: npm ci
|
||||
env:
|
||||
CI: true
|
Загрузка…
Ссылка в новой задаче