Skip to content

Commit 2dfccf7

Browse files
committed
Fix coverage builds
1 parent 789222b commit 2dfccf7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ jobs:
3535
sudo apt-get update
3636
sudo apt-get install -y libmagic-dev:i386 libjpeg-dev:i386 libpng-dev:i386 cimg-dev gcc-multilib g++-multilib libfuse2:i386
3737
38-
- name: Build and test
38+
- name: Test coverage
39+
run: bash -ex ci/test-coverage.sh
40+
if: matrix.BUILD_TYPE == 'coverage'
41+
42+
- name: Build, test and build AppImage
3943
run: bash -ex ci/build.sh
44+
if: matrix.BUILD_TYPE != 'coverage'
4045

4146
- name: Archive artifacts
4247
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)