Skip to content

Commit

Permalink
Feature/linux GitHub action (#64)
Browse files Browse the repository at this point in the history
test Linux with github actions
  • Loading branch information
DBraun authored Nov 28, 2021
1 parent cddfd14 commit e4be867
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 'feature/linux-github-action'
release:
types: [published]
jobs:
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
python${{ matrix.python-version }}-dev \
faust \
libsamplerate0 \
libsndfile1 \
llvm-11 \
llvm-11-dev \
&& sudo apt-get clean -y
Expand All @@ -74,11 +76,10 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel pytest numpy librosa scipy
# todo: enable this
# - name: Test with pytest
# run: |
# cd tests
# pytest .
- name: Test with pytest
run: |
cd tests
pytest .
- name: Checkout faustlibraries
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get update -yq \
python3.9-dev \
faust \
libsamplerate0 \
libsndfile1 \
llvm-11 \
llvm-11-dev \
&& update-ca-certificates \
Expand Down

0 comments on commit e4be867

Please sign in to comment.