Skip to content

Commit

Permalink
Merge pull request #1 from daizutabi/feature-ci
Browse files Browse the repository at this point in the history
Add Windows CI
  • Loading branch information
daizutabi committed May 19, 2024
2 parents 489689a + a57094c commit 5084888
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
group:
- Integration
steps:
- uses: actions/checkout@v2
- uses: KyleMayes/install-llvm-action@v2
with:
version: "17"
if: matrix.os == 'windows-latest'
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
group:
Expand All @@ -34,6 +35,10 @@ jobs:
os: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: KyleMayes/install-llvm-action@v2
with:
version: "17"
if: matrix.os == 'windows-latest'
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit 5084888

Please sign in to comment.