|
40 | 40 | python3-scipy python3-seaborn python3-posix-ipc |
41 | 41 | echo "::endgroup::" |
42 | 42 | |
43 | | - echo "::group::Configuring ccache" |
44 | | - export PATH=/usr/lib/ccache:$PATH |
45 | | - export CCACHE_DIR=/home/runner/work/ccache |
46 | | - echo "::endgroup::" |
47 | | - |
48 | | - echo "::group::Running omnetpp setenv" |
49 | | - cd $GITHUB_WORKSPACE/omnetpp |
50 | | - cp configure.user.dist configure.user |
51 | | - . setenv -f |
52 | | - echo "::endgroup::" |
53 | | - |
54 | | - echo "::group::Configuring omnetpp" |
55 | | - ./configure WITH_LIBXML=yes WITH_QTENV=no WITH_OSG=no WITH_OSGEARTH=no |
56 | | - echo "::endgroup::" |
57 | | - |
58 | | - echo "::group::Compiling omnetpp" |
59 | | - make MODE=${{ matrix.mode }} -j $(nproc) base |
60 | | - echo "::endgroup::" |
| 43 | + source $GITHUB_WORKSPACE/inet/_scripts/github/build-omnetpp.sh |
61 | 44 |
|
62 | 45 | echo "::group::Installing pip" |
63 | 46 | sudo apt install -y python3-pip |
|
67 | 50 | python3 -m pip install matplotlib numpy pandas scipy ipython cppyy sewar dask distributed IPython optimparallel |
68 | 51 | echo "::endgroup::" |
69 | 52 |
|
70 | | - echo "::group::Running inet setenv" |
71 | | - cd $GITHUB_WORKSPACE/inet |
72 | | - . setenv -f |
73 | | - echo "::endgroup::" |
74 | | - |
75 | | - echo "::group::Enabling all inet features" |
76 | | - opp_featuretool enable all |
77 | | - echo "::endgroup::" |
78 | | - |
79 | | - echo "::group::Disabling some inet features" |
80 | | - opp_featuretool disable VisualizationOsg VisualizationOsgShowcases SelfDoc |
81 | | - echo "::endgroup::" |
82 | | - |
83 | | - echo "::group::Making inet makefiles" |
84 | | - make makefiles |
85 | | - echo "::endgroup::" |
86 | | - |
87 | | - echo "::group::Compiling inet" |
88 | | - make MODE=${{ matrix.mode }} -j $(nproc) |
89 | | - echo "::endgroup::" |
| 53 | + source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh |
90 | 54 |
|
91 | 55 | echo "::group::Cloning inet media repository" |
92 | 56 | git clone https://github.com/inet-framework/media.git |
|
0 commit comments