Skip to content

Commit

Permalink
add c# test to unix and mac
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 committed Oct 29, 2023
1 parent a3c496b commit 3342192
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/run_unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,10 @@ jobs:
env:
BRAINFLOW_VERSION: ${{ steps.version.outputs.version }}
- name: C# build
if: (matrix.os == 'ubuntu-20.04')
run: |
cd $GITHUB_WORKSPACE/csharp_package/brainflow
dotnet restore brainflow.sln
dotnet build brainflow.sln -c Release --runtime linux-x64
- name: C# build
if: (matrix.os == 'macos-11.0')
run: |
cd $GITHUB_WORKSPACE/csharp_package/brainflow
dotnet restore brainflow.sln
dotnet build brainflow.sln -c Release --runtime osx.10.13-x64
dotnet build brainflow.sln -c Release
- name: Setup Python Package
run: |
cd $GITHUB_WORKSPACE/python_package
Expand Down Expand Up @@ -340,7 +333,7 @@ jobs:
- name: Synthetic C# Test
run: |
cd $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1
./brainflow_get_data --board-id -1
mono brainflow_get_data --board-id -1
env:
LD_DEBUG: all
DYLD_PRINT_LIBRARIES: 1
Expand Down

0 comments on commit 3342192

Please sign in to comment.