Skip to content

Commit

Permalink
msvc build attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Jul 4, 2023
1 parent c41cddc commit 240d184
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# basic testing with Microsoft compiler
# uses this: https://github.com/TheMrMilchmann/setup-msvc-dev

# see here for MSVC CL.EXE options: (link ok on 2023-07-04)
# https://learn.microsoft.com/en-us/cpp/build/reference/compiler-options?view=msvc-170

name: CI-testing-msvc

on:
Expand All @@ -27,5 +30,5 @@ jobs:
- name: unzip boost
run: unzip graph-boost-1.82.0.zip
- name: run msvc
run: cl /EHsc demo/sample_1.cpp
run: cl /EHsc /I graph-boost-1.82.0\include demo\sample_1.cpp

0 comments on commit 240d184

Please sign in to comment.