Skip to content

Commit

Permalink
Add Basic_SSL to host test samples. (#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaff authored Sep 29, 2019
1 parent 588b4d0 commit ac8f656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac8f656

Please sign in to comment.