Skip to content

Commit

Permalink
Merge branch 'add_github_actions'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasbuhr committed Nov 1, 2020
2 parents 1d8231e + e2af832 commit 2785792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
cxx_flags: -stdlib=libc++,
exe_linker_flags: -lc++,
}
- {
name: "Windows MSVC 2017 (x64)",
os: windows-2016,
cxx: "cl",
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
}
- {
name: "Windows MSVC 2019 (x64)",
os: windows-latest,
Expand Down

0 comments on commit 2785792

Please sign in to comment.