File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 38
38
sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
39
39
make ccache clang lld gdb bison flex perl doxygen graphviz libxml2-dev zlib1g-dev \
40
40
libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev \
41
+ libopenscenegraph-dev openscenegraph-plugin-osgearth libosgearth-dev \
41
42
python3 python3-pip python3-pandas python3-numpy python3-matplotlib \
42
43
python3-scipy python3-seaborn python3-posix-ipc
43
44
echo "::endgroup::"
59
60
echo "::endgroup::"
60
61
61
62
echo "::group::Running chart tests"
62
- inet_run_chart_tests -m release -f showcases --exclude-filter /osg/
63
+ inet_run_chart_tests -m release -f showcases
63
64
echo "::endgroup::"
64
65
- uses : actions/upload-artifact@v3
65
66
if : always() # even if the test failed, of course
Original file line number Diff line number Diff line change 61
61
echo "::group::Installing packages"
62
62
sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
63
63
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 \
65
+ libopenscenegraph-dev openscenegraph-plugin-osgearth libosgearth-dev \
66
+ python3
65
67
echo "::endgroup::"
66
68
67
69
source $GITHUB_WORKSPACE/inet/_scripts/github/build-omnetpp.sh
Original file line number Diff line number Diff line change 38
38
echo "::group::Installing packages"
39
39
sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
40
40
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 openscenegraph-plugin-osgearth libosgearth-dev \
43
+ python3
42
44
echo "::endgroup::"
43
45
44
46
source $GITHUB_WORKSPACE/inet/_scripts/github/build-omnetpp.sh
Original file line number Diff line number Diff line change 38
38
sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
39
39
make ccache clang lld gdb bison flex perl doxygen graphviz libxml2-dev zlib1g-dev \
40
40
libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev \
41
+ libopenscenegraph-dev openscenegraph-plugin-osgearth libosgearth-dev \
41
42
python3 python3-pip python3-pandas python3-numpy python3-matplotlib \
42
43
python3-scipy python3-seaborn python3-posix-ipc
43
44
echo "::endgroup::"
59
60
echo "::endgroup::"
60
61
61
62
echo "::group::Running statistical tests"
62
- inet_run_statistical_tests -m release --exclude-filter /osg/
63
+ inet_run_statistical_tests -m release
63
64
echo "::endgroup::"
64
65
- uses : actions/upload-artifact@v3
65
66
if : always() # even if the test failed, of course
Original file line number Diff line number Diff line change 38
38
sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
39
39
make ccache clang lld gdb bison flex perl doxygen graphviz libxml2-dev zlib1g-dev \
40
40
libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libz3-dev \
41
+ libopenscenegraph-dev openscenegraph-plugin-osgearth libosgearth-dev \
41
42
python3 python3-pip python3-pandas python3-numpy python3-matplotlib \
42
43
python3-scipy python3-seaborn python3-posix-ipc
43
44
echo "::endgroup::"
55
56
source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh
56
57
57
58
echo "::group::Running validation tests"
58
- inet_run_validation_tests -m release --exclude-filter /osg/
59
+ inet_run_validation_tests -m release
59
60
echo "::endgroup::"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cp configure.user.dist configure.user
20
20
echo " ::endgroup::"
21
21
22
22
echo " ::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=yes
24
24
echo " ::endgroup::"
25
25
26
26
echo " ::group::Compiling omnetpp"
You can’t perform that action at this time.
0 commit comments