|
93 | 93 | <a href="#submitting-patches">Submitting Patches</a>
|
94 | 94 | <a href="#reporting-a-bug">Reporting a Bug</a>
|
95 | 95 | <a href="#compatibility">Compatibility</a>
|
| 96 | + <a href="#build-matrix">Build Matrix</a> |
96 | 97 | <a href="#licence">Licence</a>
|
97 | 98 | <a href="#disclaimer">Disclaimer</a>
|
98 | 99 | </pre>
|
@@ -1437,6 +1438,23 @@ Easylogging++ has also been tested with following C++ libraries;
|
1437 | 1438 |
|
1438 | 1439 | [![top] Goto Top](#table-of-contents)
|
1439 | 1440 |
|
| 1441 | + ## Build Matrix |
| 1442 | + |
| 1443 | + | Branch | Platform | Build Status | |
| 1444 | + | -------- |:------------:|:------------:| |
| 1445 | + | `develop` | GNU/Linux 4.4 / Ubuntu 4.8.4 64-bit / `clang++` | [](https://travis-ci.org/muflihun/easyloggingpp) | |
| 1446 | + | `develop` | GNU/Linux 4.4 / Ubuntu 4.8.4 64-bit / `g++-4.9` | [](https://travis-ci.org/muflihun/easyloggingpp) | |
| 1447 | + | `develop` | GNU/Linux 4.4 / Ubuntu 4.8.4 64-bit / `g++-5` | [](https://travis-ci.org/muflihun/easyloggingpp) | |
| 1448 | + | `develop` | GNU/Linux 4.4 / Ubuntu 4.8.4 64-bit / `g++-6` | [](https://travis-ci.org/muflihun/easyloggingpp) | |
| 1449 | + | `develop` | GNU/Linux 4.4 / Ubuntu 4.8.4 64-bit / `g++-7` | [](https://travis-ci.org/muflihun/easyloggingpp) | |
| 1450 | + | `master` | GNU/Linux 4.4 / Ubuntu 4.8.4 64-bit / `clang++` | [](https://travis-ci.org/muflihun/easyloggingpp) | |
| 1451 | + | `master` | GNU/Linux 4.4 / Ubuntu 4.8.4 64-bit / `g++-4.9` | [](https://travis-ci.org/muflihun/easyloggingpp) | |
| 1452 | + | `master` | GNU/Linux 4.4 / Ubuntu 4.8.4 64-bit / `g++-5` | [](https://travis-ci.org/muflihun/easyloggingpp) | |
| 1453 | + | `master` | GNU/Linux 4.4 / Ubuntu 4.8.4 64-bit / `g++-6` | [](https://travis-ci.org/muflihun/easyloggingpp) | |
| 1454 | + | `master` | GNU/Linux 4.4 / Ubuntu 4.8.4 64-bit / `g++-7` | [](https://travis-ci.org/muflihun/easyloggingpp) | |
| 1455 | + |
| 1456 | + [![top] Goto Top](#table-of-contents) |
| 1457 | + |
1440 | 1458 | # Licence
|
1441 | 1459 | ```
|
1442 | 1460 | The MIT License (MIT)
|
|
0 commit comments