summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-18 14:00:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-18 14:00:56 (GMT)
commit1c8d659e9f46197775f167fe3a538b00acb45d5a (patch)
tree429fd542b8fd6572369c3f0ba2dd6d2bf3e412d0 /.travis.yml
parent24e87cac92a4e93e3eaa22434ff421b4fdeb6cd5 (diff)
downloadtcl-1c8d659e9f46197775f167fe3a538b00acb45d5a.zip
tcl-1c8d659e9f46197775f167fe3a538b00acb45d5a.tar.gz
tcl-1c8d659e9f46197775f167fe3a538b00acb45d5a.tar.bz2
Remove g++ builds from travis/github actions. The construct "CC=g++" doesn't work any more with autoconf-2.70
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/.travis.yml b/.travis.yml
index c94b6ce..ed6097c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,14 +55,6 @@ jobs:
env:
- BUILD_DIR=unix
- CFGOPT="--enable-symbols=mem"
-# C++ build.
- - name: "Linux/G++/Shared"
- os: linux
- dist: focal
- compiler: g++
- env:
- - BUILD_DIR=unix
- - CFGOPT="CC=g++ CFLAGS=-Dregister=dont+use+register"
# Newer/Older versions of GCC
- name: "Linux/GCC 10/Shared"
os: linux
@@ -147,14 +139,6 @@ jobs:
homebrew:
packages:
- libtommath
- - name: "macOS/Clang++/Xcode 12/Shared"
- os: osx
- osx_image: xcode12.2
- env:
- - BUILD_DIR=unix
- - CFGOPT="CC=clang++ --enable-framework --enable-dtrace CFLAGS=-Dregister=dont+use+register CPPFLAGS=-D__private_extern__=extern"
- script:
- - make all tcltest
# Newer MacOS versions
- name: "macOS/Clang/Xcode 12/Universal Apps/Shared"
os: osx
@@ -356,15 +340,6 @@ jobs:
- BUILD_DIR=win
- CFGOPT="--enable-64bit CFLAGS=-DTCL_NO_DEPRECATED=1"
before_install: *makepreinst
- - name: "Windows/G++/Shared"
- os: windows
- compiler: g++
- env:
- - BUILD_DIR=win
- - CFGOPT="CC=g++ --enable-64bit"
- before_install: *makepreinst
- script:
- - make all tcltest
- name: "Windows/GCC/Static"
os: windows
compiler: gcc
@@ -407,15 +382,6 @@ jobs:
- BUILD_DIR=win
- CFGOPT="CFLAGS=-DTCL_NO_DEPRECATED=1"
before_install: *makepreinst
- - name: "Windows/G++-x86/Shared"
- os: windows
- compiler: g++
- env:
- - BUILD_DIR=win
- - CFGOPT="CC=g++"
- before_install: *makepreinst
- script:
- - make all tcltest
- name: "Windows/GCC-x86/Static"
os: windows
compiler: gcc