Skip to content
Snippets Groups Projects
Commit 2f9fe98e authored by René Fritze's avatar René Fritze
Browse files

[test] refresh builder defs once more after xt-common fix

parent 3a225184
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ END_TESTCASES()
if(DEFINED ENV{TRAVIS})
include("builder_definitions.cmake")
# make sure there's the same amount of builders in travis as bins from distribution
add_custom_target(regenerate_travis_yml ${CMAKE_BINARY_DIR}/dune-env-3
add_custom_target(regenerate_travis_yml ${CMAKE_BINARY_DIR}/dune-env
"${CMAKE_SOURCE_DIR}/.travis.yml.py" "${DXT_BIN_COUNT}" )
add_dependencies(refresh_test_timings regenerate_travis_yml)
endif(DEFINED ENV{TRAVIS})
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment