Skip to content

Commit cbfd984

Browse files
committed
Doc++
1 parent a47353d commit cbfd984

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/building-corrade.dox

+2-2
Original file line numberDiff line numberDiff line change
@@ -942,12 +942,12 @@ for more information.
942942

943943
In `package/ci/` there is a `circle.yml` file with Linux GCC 4.8, Linux ARM64,
944944
macOS, Emscripten, AddressSanitizer, ThreadSanitizer, Android x86 and iOS
945-
x86_64 and configuration. Online at https://circleci.com/gh/mosra/corrade.
945+
x86_64 configuration. Online at https://circleci.com/gh/mosra/corrade.
946946

947947
@subsection building-corrade-ci-appveyor AppVeyor
948948

949949
In `package/ci/` there is an `appveyor.yml` file with Windows desktop MSVC,
950-
MinGW and Windows RT configuration. Online at
950+
clang-cl, MinGW and Windows RT configuration. Online at
951951
https://ci.appveyor.com/project/mosra/corrade.
952952

953953
@subsection building-corrade-ci-coverage Codecov.io

package/ci/circleci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ jobs:
228228
CMAKE_CXX_FLAGS: --coverage
229229
CONFIGURATION: Debug
230230
steps:
231+
# Not installing the old GCC 4.8 and CMake 3.4 to speed up. These are
232+
# tested more than enough on other jobs.
231233
- install-base-linux-arm64
232234
- make-expected-linux-dirs
233235
- build:

0 commit comments

Comments
 (0)