Skip to content

Commit

Permalink
ci: add MSVC build on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nemequ committed Sep 20, 2024
1 parent 8e99556 commit d4bfde4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,14 @@ jobs:
. /opt/intel/oneapi/setvars.sh
make && make clean
msvc:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Compile
working-directory: test
run: make -f Makefile.msvc

nvhpc:
runs-on: ubuntu-${{ matrix.distro != '' && matrix.distro || 'latest' }}
strategy:
Expand Down

0 comments on commit d4bfde4

Please sign in to comment.