Removing traces of old make TrafficManager
This commit is contained in:
parent
f794f939f6
commit
2362f71216
|
@ -21,7 +21,6 @@ pipeline {
|
|||
steps {
|
||||
sh 'make LibCarla'
|
||||
sh 'make PythonAPI'
|
||||
sh 'make TrafficManager'
|
||||
sh 'make CarlaUE4Editor'
|
||||
sh 'make examples'
|
||||
}
|
||||
|
|
|
@ -59,12 +59,6 @@ check.PythonAPI.2: PythonAPI.2
|
|||
check.PythonAPI.3: PythonAPI.3
|
||||
@${CARLA_BUILD_TOOLS_FOLDER}/Check.sh --python-api-3 $(ARGS)
|
||||
|
||||
.PHONY: TrafficManager
|
||||
TrafficManager: LibCarla.client.release
|
||||
@rm -rf TrafficManager/build
|
||||
@mkdir TrafficManager/build
|
||||
@cd TrafficManager/build && cmake -DLIBCARLA_LOCATION=${LIBCARLA_ROOT_FOLDER} -DCARLA_LOCATION=${CARLA_ROOT_FOLDER} .. && make -j
|
||||
|
||||
benchmark: LibCarla.release
|
||||
@${CARLA_BUILD_TOOLS_FOLDER}/Check.sh --benchmark $(ARGS)
|
||||
@cat profiler.csv
|
||||
|
|
|
@ -25,4 +25,3 @@ CMAKE_CONFIG_FILE=${CARLA_BUILD_FOLDER}/CMakeLists.txt.in
|
|||
|
||||
LIBCARLA_TEST_CONTENT_FOLDER=${CARLA_BUILD_FOLDER}/test-content
|
||||
CARLA_EXAMPLES_FOLDER=${CURDIR}/Examples
|
||||
TRAFFICMANAGER_FOLDER=${CURDIR}/TrafficManager
|
||||
|
|
Loading…
Reference in New Issue