Test Builds with c++11 on mac

This commit is contained in:
Jan Möbius
2015-11-11 15:12:19 +01:00
parent 4f0f4a9c53
commit b8460a7a1c
2 changed files with 21 additions and 4 deletions

View File

@@ -18,7 +18,12 @@ clang-c++98:
tags:
- Linux
macos:
script: "CI/ci-mac.sh"
macos-c++11:
script: "CI/ci-mac.sh C++11"
tags:
- Apple
macos-c++98:
script: "CI/ci-mac.sh C++98"
tags:
- Apple