add node-chakracore to CI testing

This commit is contained in:
alexlamsl 2019-11-14 03:48:34 +08:00
parent 78c8efd851
commit 73da183af8

View File

@ -5,7 +5,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ ubuntu-latest, windows-latest ] os: [ ubuntu-latest, windows-latest ]
node: [ "0.10", 0.12, 4, 6, 8, 10, latest ] node: [ '0.10', 0.12, 4, 6, 8, 10, latest, chakracore ]
script: [ compress, mocha, release/benchmark, release/jetstream ] script: [ compress, mocha, release/benchmark, release/jetstream ]
name: ${{ matrix.os }} ${{ matrix.node }} ${{ matrix.script }} name: ${{ matrix.os }} ${{ matrix.node }} ${{ matrix.script }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@ -19,6 +19,7 @@ jobs:
path: tmp path: tmp
key: tmp ${{ matrix.script }} key: tmp ${{ matrix.script }}
- name: Perform tests - name: Perform tests
continue-on-error: ${{ matrix.node == 'chakracore' && matrix.script == 'compress' }}
shell: bash shell: bash
run: | run: |
git clone --branch v1.5.3 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs git clone --branch v1.5.3 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs