CI: revert the doxygen CI to waf
This commit is contained in:
@@ -23,8 +23,10 @@ doxygen:
|
||||
- mkdir -p $CCACHE_BASEDIR_VALUE
|
||||
- export CCACHE_BASEDIR=${PWD}
|
||||
- export CCACHE_DIR=${PWD}/$CCACHE_BASEDIR_VALUE
|
||||
- ./ns3 configure -d release -GNinja --enable-examples --enable-tests --enable-asserts
|
||||
- ./ns3 build
|
||||
- CXX="ccache $COMPILER" ./waf configure --enable-examples --enable-tests --enable-asserts -d release
|
||||
- ./waf
|
||||
# - ./ns3 configure -d release -GNinja --enable-examples --enable-tests --enable-asserts
|
||||
# - ./ns3 build
|
||||
# - mkdir -p public/doxygen
|
||||
- git remote add ns-3-origin https://gitlab.com/nsnam/ns-3-dev.git || true
|
||||
- git fetch ns-3-origin
|
||||
|
||||
Reference in New Issue
Block a user