diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-19 15:42:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-19 15:42:22 (GMT) |
commit | ce1a26acf5a612948b42c39b61fdc255e6cc5f4d (patch) | |
tree | d543899d3100fa163d4cbed45a71f73ebafade53 /.travis.yml | |
parent | 86273355c25a8fae07ce9852ca5ae556e3fa740b (diff) | |
parent | dc6c385849bdbc223accd3eef16355e2bbdff671 (diff) | |
download | tcl-ce1a26acf5a612948b42c39b61fdc255e6cc5f4d.zip tcl-ce1a26acf5a612948b42c39b61fdc255e6cc5f4d.tar.gz tcl-ce1a26acf5a612948b42c39b61fdc255e6cc5f4d.tar.bz2 |
Merge trunk
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 113f11c..75d4a9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ matrix: env: - CFGOPT="--disable-shared" - BUILD_DIR=unix -# Debug build. Running test-cases disabled, because it is currently failing. - name: "Linux/GCC/Debug" os: linux dist: xenial @@ -81,6 +80,20 @@ matrix: compiler: clang env: - BUILD_DIR=unix + - name: "Linux/Clang/Shared: UTF_MAX=6" + os: linux + dist: xenial + compiler: clang + env: + - BUILD_DIR=unix + - CFGOPT=CFLAGS=-DTCL_UTF_MAX=6 + - name: "Linux/Clang/Shared: UTF_MAX=3" + os: linux + dist: xenial + compiler: clang + env: + - BUILD_DIR=unix + - CFGOPT=CFLAGS=-DTCL_UTF_MAX=3 - name: "Linux/Clang/Static" os: linux dist: xenial |