bake: add module config

This commit is contained in:
Tim Schubert 2020-06-01 21:43:18 +02:00
parent 07d5199d60
commit f0b1484d3e
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
2 changed files with 19 additions and 0 deletions

View file

@ -9,6 +9,8 @@ docker-build-image: docker/Dockerfile
bake:
git clone https://gitlab.com/nsnam/bake.git
mkdir -p bake/contrib
cp ns-3-leo.xml bake/contrib
configure: docker-build-image bake
$(DOCKER_RUN) /bin/bash -c './bake.py configure -e ns-3-leo && ./bake.py check && ./bake.py download'