Skip to content

Commit e6823ea

Browse files
author
AndreaCasalino
committed
enabling chek compile only under linux
1 parent 2d68683 commit e6823ea

File tree

2 files changed

+2
-46
lines changed

2 files changed

+2
-46
lines changed

.github/workflows/qualityCheck.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/runTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
include:
1717
- name: ubuntu-gcc
1818
os: ubuntu-latest
19-
compiler_opt: "-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -G \"Unix Makefiles\""
19+
compiler_opt: "-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -G \"Unix Makefiles\" -DBUILD_XML_Parser_COMPILER_CHECK=ON"
2020
- name: ubuntu-clang
2121
os: ubuntu-latest
22-
compiler_opt: "-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -G \"Unix Makefiles\""
22+
compiler_opt: "-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -G \"Unix Makefiles\" -DBUILD_XML_Parser_COMPILER_CHECK=ON"
2323
- name: windows-VS
2424
os: windows-latest
2525
compiler_opt: ""

0 commit comments

Comments
 (0)