Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 0cad544

Browse files
committed
put travis matrix back in place
1 parent 9fb2cc9 commit 0cad544

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.travis.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,37 @@ env:
99
- IOTC_BSP_TLS=mbedtls
1010
- IOTC_MAKETARGET=tests
1111
matrix:
12+
- PRESET=ARM_REL
13+
IOTC_MAKETARGET="utests"
14+
15+
- PRESET=ARM_REL_MIN
16+
IOTC_MAKETARGET="utests"
17+
18+
- PRESET=POSIX_DEV
19+
- PRESET=POSIX_DEV_MIN
20+
21+
- PRESET=POSIX_REL
22+
- PRESET=POSIX_REL_MIN
23+
24+
- PRESET=FREERTOS_POSIX_DEV
25+
BEFORE_SCRIPT_ACTION="make PRESET=FREERTOS_POSIX_REL prereqs"
26+
27+
- PRESET=FREERTOS_POSIX_REL
28+
BEFORE_SCRIPT_ACTION="make PRESET=FREERTOS_POSIX_REL prereqs"
29+
30+
# WOLFSSL Tests
31+
- PRESET=POSIX_DEV
32+
IOTC_BSP_TLS=wolfssl
33+
IOTC_BSP_CRYPTO=wolfssl
34+
35+
- PRESET=POSIX_REL
36+
IOTC_BSP_TLS=wolfssl
37+
IOTC_BSP_CRYPTO=wolfssl
38+
39+
- PRESET=POSIX_THREADING_REL
40+
# - PRESET=POSIX_UNSECURE_REL
41+
# IOTC_BSP_TLS=""
42+
1243
- TESTS=fuzztests
1344
PRESET=FUZZ_TESTS
1445
IOTC_BSP_TLS=""

0 commit comments

Comments
 (0)