Skip to content

Commit

Permalink
CI: run unit tests on ubuntu-armv7 again
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Feb 4, 2025
1 parent 0d6cce6 commit d4eac0e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci_linux_ubuntu_armv7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,11 @@ jobs:
mkdir build
cd build
dpkg -L libocct-data-exchange-dev | grep so
dpkg -L libocct-data-exchange-dev | grep cmake
cmake .. -DMayo_BuildTests=ON -DMayo_BuildPluginAssimp=ON
cmake --build . --config Release --parallel `nproc`
#
# Execute Unit Tests
# Note: for some unknown reason unit tests are crashing for armv7(on very first test)
# so just execute them for aarch64
#
if [ $RUN_ARCH_NAME = 'aarch64' ]; then
# Start X11 display server
# Note: for some unknown reason unit tests are crashing for armv7(on very first test)
Xvfb $DISPLAY -screen 0 1280x1024x24 &
sleep 5s
./mayo --runtests
else
echo "NOTE: unit tests skipped, they need to be fixed for this architecture"
fi

0 comments on commit d4eac0e

Please sign in to comment.