File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments