Skip to content

Commit 2efb18c

Browse files
committed
Disable tests on i386
Installing the dependencies for cross-compilation adds additional complexity. As longs as the tests run on x86_64, i386 does not necessarily have to be tested separately.
1 parent e77a54a commit 2efb18c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ jobs:
3232
run: |
3333
sudo dpkg --add-architecture i386
3434
sudo apt-get update
35-
sudo apt-get install -y gcovr libmagic-dev:i386 libjpeg-dev:i386 libpng-dev:i386 libboost-filesystem-dev:i386 libboost-regex-dev:i386 cimg-dev qtbase5-dev:i386 nlohmann-json3-dev gcc-multilib g++-multilib libfuse2:i386
35+
sudo apt-get install -y gcovr libmagic-dev:i386 libjpeg-dev:i386 libpng-dev:i386 libboost-filesystem-dev:i386 libboost-regex-dev:i386 cimg-dev nlohmann-json3-dev gcc-multilib g++-multilib libfuse2:i386
3636
3737
- name: Build AppImage
3838
run: bash -ex ci/build.sh
3939

4040
- name: Test AppImage
41+
if: matrix.ARCH != 'i386'
4142
run: |
4243
bash -ex ci/build.sh
4344
bash -ex ci/test.sh linuxdeploy-plugin-qt-"$ARCH".AppImage

0 commit comments

Comments
 (0)