Skip to content

Commit 38a3495

Browse files
committed
Updated Readme and Travis.ci.
1 parent 94dfa81 commit 38a3495

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

.travis.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ cache:
3939
- ${TRAVIS_BUILD_DIR}/deps/llvm-7.0.0
4040
- ${TRAVIS_BUILD_DIR}/deps/llvm-8.0.0
4141
- ${TRAVIS_BUILD_DIR}/deps/llvm-9.0.0
42-
- ${TRAVIS_BUILD_DIR}/deps/llvm-10.0.0
43-
- ${TRAVIS_BUILD_DIR}/deps/llvm-11.0.0
44-
- ${TRAVIS_BUILD_DIR}/deps/llvm-12.0.0
45-
- ${TRAVIS_BUILD_DIR}/deps/llvm-13.0.0
4642

4743
matrix:
4844
exclude:
@@ -81,26 +77,6 @@ matrix:
8177
env: LLVM_VERSION=9.0.0 CMAKE_OPTIONS=""
8278
compiler: clang
8379

84-
# Clang 10.0.0
85-
- os: linux
86-
env: LLVM_VERSION=10.0.0 CMAKE_OPTIONS=""
87-
compiler: clang
88-
89-
# Clang 11.0.0
90-
- os: linux
91-
env: LLVM_VERSION=11.0.0 CMAKE_OPTIONS=""
92-
compiler: clang
93-
94-
# Clang 12.0.0
95-
- os: linux
96-
env: LLVM_VERSION=12.0.0 CMAKE_OPTIONS=""
97-
compiler: clang
98-
99-
# Clang 13.0.0
100-
- os: linux
101-
env: LLVM_VERSION=13.0.0 CMAKE_OPTIONS=""
102-
compiler: clang
103-
10480
# GCC 6
10581
- os: linux
10682
env: COMPILER=g++-6 CMAKE_OPTIONS=""

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,17 @@ Celero has been successfully built on the following platforms during development
2828
- GCC v6.0.0
2929
- GCC v7.0.0
3030
- GCC v8.0.0
31+
- GCC v9.0.0
3132
- LLVM v3.9.0
3233
- LLVM v5.0.1
3334
- LLVM v7.0.0
3435
- LLVM v8.0.0
35-
- Visual Studio 2017
36-
- Visual Studio 2019
36+
- LLVM v9.0.0
37+
- Visual Studio 2019 (16.8.4)
3738
- XCode v10.1
3839
- XCode v10.3
3940
- XCode v11.0
41+
- XCode v12.0
4042

4143
As of v2.7, Celero requres the developer to provide GoogleTest in order to build unit tests. We suggest using a package manager such as VCPKG or Conan to provide the latest version of the library.
4244

0 commit comments

Comments
 (0)