Skip to content

Commit

Permalink
#913: container: add new variable for extended tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jul 14, 2020
1 parent a1a1acf commit e087e06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
# VT_DOCS=0 # Enable doxygen build
# VT_TRACE_RT=0 # Enable tracing at runtime (for testing)
# VT_ASAN=0 # Enable address sanitizer
# VT_EXTENDED_TESTS=1 # Build all the extended testing
# BUILD_TYPE=release # CMake build type
#
# Examples:
Expand Down Expand Up @@ -100,6 +101,7 @@ x-vtopts: &vtopts
VT_ZOLTAN_ENABLED: ${VT_ZOLTAN:-0}
CMAKE_BUILD_TYPE: ${BUILD_TYPE:-release}
VT_MPI_GUARD_ENABLED: ${VT_MPI_GUARD:-1}
VT_EXTENDED_TESTS_ENABLED: ${VT_EXTENDED_TESTS:-1}
https_proxy: ${PROXY-}
http_proxy: ${PROXY-}

Expand Down

0 comments on commit e087e06

Please sign in to comment.