Skip to content

Merge pull request #133 from MTG/python3-migration #4

Merge pull request #133 from MTG/python3-migration

Merge pull request #133 from MTG/python3-migration #4

Workflow file for this run

name: build-dev
on:
push:
branches:
- dev
- master
paths:
- 'src/python/requirements.txt'
- 'build-libs.sh'
- 'Dockerfile'
- 'Makefile'
pull_request:
branches:
- dev
- master
paths:
- 'src/python/requirements.txt'
- 'build-libs.sh'
- 'Dockerfile'
- 'Makefile'
types:
- opened
- edited
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout close
uses: actions/checkout@v2
- name: Build new Docker image
working-directory: ${{ github.workspace }}
run: docker build -t mtgupf/essentia-emscripten:dev .
- name: Build library
working-directory: ${{ github.workspace }}
run: |
docker run --rm -v `pwd`:/essentia/ mtgupf/essentia-emscripten:dev /essentia/build-libs.sh
shell: bash
# unit-test: