Skip to content

Commit a1f59a5

Browse files
committed
#169 commented linux build
1 parent 53bf7e5 commit a1f59a5

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
cc: "gcc", cxx: "g++"
3030
}
3131

32-
- {
33-
name: "Ubuntu Latest GCC", artifact: "Linux.7z",
34-
os: ubuntu-latest,
35-
cc: "gcc", cxx: "g++"
36-
}
32+
#- {
33+
# name: "Ubuntu Latest GCC", artifact: "Linux.7z",
34+
# os: ubuntu-latest,
35+
# cc: "gcc", cxx: "g++"
36+
# }
3737

3838
#- {
3939
# name: "macOS Latest Clang", artifact: "macOS.7z",
@@ -259,24 +259,6 @@ jobs:
259259
message("::error::${test_results}")
260260
message(FATAL_ERROR "Running tests failed!")
261261
endif()
262-
263-
- name: Code coverage using Codecov
264-
if: matrix.config.os == 'ubuntu-latest'
265-
run: |
266-
echo "==================Installing coverage tool====================================="
267-
sudo apt-get update
268-
sudo apt-get -y install lcov
269-
echo "==================Run capture for coverage====================================="
270-
lcov --capture --directory ./build --output-file ./build/coverage.info --ignore-errors mismatch
271-
echo "==================Filtering coverage====================================="
272-
lcov --remove ./build/coverage.info --directory ./build -o ./build/filtered_coverage.info \
273-
'/usr/include/*' \
274-
'/include/gtest/*' \
275-
'*/test/*' \
276-
'*/googletest/*'
277-
echo "================================= Conversion coverage====================================="
278-
genhtml ./build/filtered_coverage.info --output-directory coverage_report
279-
echo "=========================================================================================="
280262
281263
- name: Install binaries to instdir and stripping them to make binaries smaller by CMake
282264
run: |

0 commit comments

Comments
 (0)