Skip to content

Commit

Permalink
Merge branch 'master' into logs-sdk3
Browse files Browse the repository at this point in the history
  • Loading branch information
Karen Xu authored Dec 21, 2020
2 parents dfb2bba + b80dccb commit 5a507bb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ Please note that supporting the [C Programming
Language](https://en.wikipedia.org/wiki/C_(programming_language)) is not a goal
of the current project.

## Supported Development Platforms

Our CI pipeline builds and tests on following `x86-64` platforms:

* ubuntu-18.04 ( Default GCC Compiler - 7.5.0 )
* ubuntu-18.04 ( GCC 4.8 with -std=c++11 flag)
* ubuntu-20.04 ( Default GCC Compiler - 9.3.0 with -std=c++20 flags )
* macOS 10.15 ( Xcode 12.2 )
* Windows Server 2019 (Visual Studio Enterprise 2019 )

In general, the code shipped from this repository should build on all platforms having C++ compiler with [supported C++ standards](#supported-c-versions)


## Installation

Please refer to [INSTALL.md](./INSTALL.md).
Expand Down

0 comments on commit 5a507bb

Please sign in to comment.