Skip to content

Commit 1410b72

Browse files
committed
CI: run unit tests on ubuntu-armv7 again
1 parent 3fe8714 commit 1410b72

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/ci_linux_ubuntu_armv7.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,24 +69,11 @@ jobs:
6969
mkdir build
7070
cd build
7171
72-
dpkg -L libocct-data-exchange-dev | grep so
73-
dpkg -L libocct-data-exchange-dev | grep cmake
74-
7572
cmake .. -DMayo_BuildTests=ON -DMayo_BuildPluginAssimp=ON
7673
cmake --build . --config Release --parallel `nproc`
7774
78-
#
7975
# Execute Unit Tests
80-
# Note: for some unknown reason unit tests are crashing for armv7(on very first test)
81-
# so just execute them for aarch64
82-
#
83-
if [ $RUN_ARCH_NAME = 'aarch64' ]; then
84-
85-
# Start X11 display server
76+
# Note: for some unknown reason unit tests are crashing for armv7(on very first test)
8677
Xvfb $DISPLAY -screen 0 1280x1024x24 &
8778
sleep 5s
8879
./mayo --runtests
89-
90-
else
91-
echo "NOTE: unit tests skipped, they need to be fixed for this architecture"
92-
fi

0 commit comments

Comments
 (0)