mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
build(example): gitpod support fixed
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user