Skip to content

Commit af0ca69

Browse files
authored
Modify CI
1 parent 7c34e1d commit af0ca69

File tree

3 files changed

+1
-87
lines changed

3 files changed

+1
-87
lines changed

.github/workflows/build-linux-qt5.yml

-37
This file was deleted.

.github/workflows/build-win64-qt5.yml

-49
This file was deleted.

.github/workflows/build-win64-qt6.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install dependencies and generate project files
3737
run: |
38-
cmake -S '${{ github.workspace }}/' -B '${{ github.workspace }}/Build' -DCMAKE_GENERATOR:STRING=Ninja -DCMAKE_BUILD_TYPE:STRING=Release
38+
cmake -S '${{ github.workspace }}/' -B '${{ github.workspace }}/Build' -DCMAKE_GENERATOR:STRING=Ninja -DCMAKE_BUILD_TYPE:STRING=Release -DQUICK_QANAVA_CI=ON
3939
4040
- name: Compiling QuickQanava
4141
shell: cmd

0 commit comments

Comments
 (0)