Skip to content

Commit

Permalink
Release clang (not merge ready yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Aug 16, 2024
1 parent 39193ba commit 327c493
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ jobs:
include:
- name: "windows msvc"
os: windows-latest
target: scxt_clapfirst_Standalone
target: scxt-core
cmakeConfig: -A x64
runTests: false

- name: "windows clang"
os: windows-latest
target: scxt_clapfirst_Standalone
#target: scxt_clapfirst_Standalone
target: shortcircuit-installer
cmakeConfig: -GNinja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
runTests: false

Expand Down

0 comments on commit 327c493

Please sign in to comment.