File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 echo "::group::Installing packages"
3838 sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
3939 make ccache clang lld gdb bison flex perl doxygen graphviz libxml2-dev zlib1g-dev \
40- libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev \
40+ libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev libopenscenegraph-dev \
4141 python3 python3-pip python3-pandas python3-numpy python3-matplotlib \
4242 python3-scipy python3-seaborn python3-posix-ipc
4343 echo "::endgroup::"
5959 echo "::endgroup::"
6060
6161 echo "::group::Running chart tests"
62- inet_run_chart_tests -m release -f showcases --exclude-filter /osg/
62+ inet_run_chart_tests -m release -f showcases
6363 echo "::endgroup::"
6464 - uses : actions/upload-artifact@v3
6565 if : always() # even if the test failed, of course
Original file line number Diff line number Diff line change 6161 echo "::group::Installing packages"
6262 sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
6363 make ccache clang lld gdb bison flex perl doxygen graphviz libxml2-dev zlib1g-dev \
64- libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev python3
64+ libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev libopenscenegraph-dev python3
6565 echo "::endgroup::"
6666
6767 source $GITHUB_WORKSPACE/inet/_scripts/github/build-omnetpp.sh
Original file line number Diff line number Diff line change 3838 echo "::group::Installing packages"
3939 sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
4040 make ccache clang lld gdb bison flex perl doxygen graphviz libxml2-dev zlib1g-dev \
41- libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev python3
41+ libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev \
42+ libopenscenegraph-dev python3
4243 echo "::endgroup::"
4344
4445 source $GITHUB_WORKSPACE/inet/_scripts/github/build-omnetpp.sh
Original file line number Diff line number Diff line change 3737 echo "::group::Installing packages"
3838 sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
3939 make ccache clang lld gdb bison flex perl doxygen graphviz libxml2-dev zlib1g-dev \
40- libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev \
40+ libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev libopenscenegraph-dev \
4141 python3 python3-pip python3-pandas python3-numpy python3-matplotlib \
4242 python3-scipy python3-seaborn python3-posix-ipc
4343 echo "::endgroup::"
5959 echo "::endgroup::"
6060
6161 echo "::group::Running statistical tests"
62- inet_run_statistical_tests -m release --exclude-filter /osg/
62+ inet_run_statistical_tests -m release
6363 echo "::endgroup::"
6464 - uses : actions/upload-artifact@v3
6565 if : always() # even if the test failed, of course
Original file line number Diff line number Diff line change 3737 echo "::group::Installing packages"
3838 sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
3939 make ccache clang lld gdb bison flex perl doxygen graphviz libxml2-dev zlib1g-dev \
40- libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev \
40+ libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev libopenscenegraph-dev \
4141 python3 python3-pip python3-pandas python3-numpy python3-matplotlib \
4242 python3-scipy python3-seaborn python3-posix-ipc
4343 echo "::endgroup::"
5555 source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh
5656
5757 echo "::group::Running validation tests"
58- inet_run_validation_tests -m release --exclude-filter /osg/
58+ inet_run_validation_tests -m release
5959 echo "::endgroup::"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cp configure.user.dist configure.user
2020echo " ::endgroup::"
2121
2222echo " ::group::Configuring omnetpp"
23- ./configure WITH_LIBXML=yes WITH_QTENV=no WITH_OSG=no WITH_OSGEARTH=no
23+ ./configure WITH_LIBXML=yes WITH_QTENV=no WITH_OSG=yes WITH_OSGEARTH=no
2424echo " ::endgroup::"
2525
2626echo " ::group::Compiling omnetpp"
You can’t perform that action at this time.
0 commit comments