From ac8f656a3ded3fef1a2cd2decfb4cae787de76bf Mon Sep 17 00:00:00 2001 From: slaff Date: Sun, 29 Sep 2019 17:50:51 +0200 Subject: [PATCH] Add Basic_SSL to host test samples. (#1854) --- .travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/build.sh b/.travis/build.sh index 4e38675ae4..e54b933d3c 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -54,7 +54,7 @@ $MAKE_PARALLEL cd $SMING_HOME if [ "$TRAVIS_BUILD_STAGE_NAME" == "Test" ]; then - $MAKE_PARALLEL Basic_DateTime Basic_Delegates Basic_Interrupts Basic_ProgMem Basic_Serial Basic_Servo LiveDebug DEBUG_VERBOSE_LEVEL=3 + $MAKE_PARALLEL Basic_DateTime Basic_Delegates Basic_Interrupts Basic_ProgMem Basic_Serial Basic_Servo Basic_Ssl LiveDebug DEBUG_VERBOSE_LEVEL=3 # Build and run tests export SMING_TARGET_OPTIONS='--flashfile=$(FLASH_BIN) --flashsize=$(SPI_SIZE)' $MAKE_PARALLEL tests