Skip to content

Commit

Permalink
test clang
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc authored Dec 12, 2023
1 parent d7a9900 commit 5575184
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_mmvii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Qt
run: sudo apt install qtbase5-dev
- name: Install Qt and clang
run: sudo apt install qtbase5-dev clang++-14

- name: Configure CMake for mm3d
run: cmake -B build -DWITH_CCACHE=OFF -DCMAKE_BUILD_TYPE=Release -DWITH_QT5=ON
Expand All @@ -34,6 +34,8 @@ jobs:

- name: Configure CMake for MMVII
run: cmake -S MMVII -B MMVII/build -DCMAKE_BUILD_TYPE=Release
env:
CXX: clang++-14

- name: Build MMVII first stage, build base code
run: cmake --build MMVII/build -j 4
Expand All @@ -50,6 +52,7 @@ jobs:


build_win:
if: false
runs-on: windows-latest

steps:
Expand Down

0 comments on commit 5575184

Please sign in to comment.