Skip to content

Commit

Permalink
parallelize builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixmil committed Dec 16, 2024
1 parent bdab0c5 commit bfc9fd0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-c#.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
Linux-Build:

runs-on: ubuntu-22.04
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -46,8 +45,8 @@ jobs:
default_author: github_actions
add: '*linux.so'


macOS-Build:
needs: Linux-Build
runs-on: macos-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -73,7 +72,6 @@ jobs:
working-directory: ./shared
run: make


- name: Test C# binaries
run: |
export R_HOME=/Library/Frameworks/R.framework/Resources
Expand All @@ -88,8 +86,8 @@ jobs:
default_author: github_actions
add: '*mac.so'


Windows-Build:
needs: macOS-Build
runs-on: windows-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -111,7 +109,6 @@ jobs:
with:
use-public-rspm: true


- name: Install dependencies
run: |
nuget restore ./shared/packages.config -PackagesDirectory ./shared/packages
Expand Down

0 comments on commit bfc9fd0

Please sign in to comment.