build(example): gitpod support fixed

This commit is contained in:
Mateusz Pusz
2022-10-04 00:15:06 +01:00
parent bf8aad46ec
commit 21e5dda5b7
2 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@ tasks:
cp default gcc12
cp default clang13
cp default clang14
cp default clang15
popd
conan profile update settings.compiler.version=10 gcc10
conan profile update env.CXX=/usr/bin/g++-10 gcc10

View File

@ -12,7 +12,7 @@ below or prefix any `mp-units` URL (main branch, other branches, issues, PRs, ..
The above environment provides you with:
- all supported compilers for Linux development (`g++-10`, `g++-11`, `g++12`, `clang-12`, `clang-13`, `clang-14`, and `clang-15`)
- all supported compilers for Linux development (`g++-10`, `g++-11`, `g++12`, `clang-13`, `clang-14`, and `clang-15`)
and the latest version of build tools like `cmake` and `conan`
- all Conan dependencies preinstalled on the machine
- all documentation generation tools ready to use