Skip to content

Switch to npm pack and publish via github action #73

Switch to npm pack and publish via github action

Switch to npm pack and publish via github action #73

Workflow file for this run

name: audio-codecs-node-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: 'recursive'
- name: Initialize submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libavcodec-dev libswresample-dev libgsm1-dev libopus-dev libspeex-dev
- name: Install and build
run: npm i
- name: Run Test
run: npm test