Add two new targets - BUILD_C89 and BUILD_CXX

This commit is contained in:
twinaphex 2016-09-06 22:11:43 +02:00
parent 9f3b39cf9e
commit 8c8332b414

View File

@ -4,6 +4,10 @@ language: generic
matrix:
include:
- compiler: gcc
- compiler: gcc
env: BUILD_C89=1
- compiler: gcc
env: BUILD_CXX=1
- compiler: clang
addons:
# Install a more recent clang than the default