Skip to content

Commit

Permalink
Time to find out
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed Sep 14, 2023
1 parent 4a033f9 commit 0b42168
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Invoke clang
shell: bash
run: >+
clang -dumpmachine
clang++ -DVERSION=0.0.0 -DNDEBUG -WCL4 -Wnon-gcc -Wimplicit-fallthrough -Werror -std=c++14 -o /dev/null
-target ${{ matrix.arch }}-apple-macosx src/*.cpp
build-native-windows:
Expand All @@ -38,6 +40,8 @@ jobs:
dispArch: x86
- cmdArch: amd64_arm64
dispArch: arm64
- cmdArch: amd64_arm
dispArch: arm
name: Verify C++ Build with MSVC on ${{ matrix.dispArch }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0b42168

Please sign in to comment.