Skip to content

Commit 39ef08e

Browse files
committed
Drop conan support
* It's just too much effort for no real benefit.
1 parent 73ca04e commit 39ef08e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1
-588
lines changed

.devcontainer/gcc12/gcc12.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ RUN \
88
git \
99
gdb \
1010
linux-headers \
11-
py3-pip \
12-
&& pip install conan
11+
py3-pip

.github/workflows/conan.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

Readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ A versatile collection of compile time optimized tools for C++ programming.
66
[![Qbs-Tests](https://github.com/basicpp17/co-cpp19/actions/workflows/qbs_tests.yml/badge.svg)](https://github.com/basicpp17/co-cpp19/actions/workflows/qbs_tests.yml)
77
[![CMake-Tests](https://github.com/basicpp17/co-cpp19/actions/workflows/cmake_tests.yml/badge.svg)](https://github.com/basicpp17/co-cpp19/actions/workflows/cmake_tests.yml)
88
[![Static Analyzer](https://github.com/basicpp17/co-cpp19/actions/workflows/static_analyse.yml/badge.svg)](https://github.com/basicpp17/co-cpp19/actions/workflows/static_analyse.yml)
9-
[![Conan-Tests](https://github.com/basicpp17/co-cpp19/actions/workflows/conan.yml/badge.svg)](https://github.com/basicpp17/co-cpp19/actions/workflows/conan.yml)
109

1110
## Target Compilers
1211

conan/conanfile.py

Lines changed: 0 additions & 100 deletions
This file was deleted.

conan/docker/clang15.Dockerfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

conan/docker/gcc12.Dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

conan/profiles/clang15-libcxx

Lines changed: 0 additions & 11 deletions
This file was deleted.

conan/profiles/clang15-libstdcpp

Lines changed: 0 additions & 11 deletions
This file was deleted.

conan/profiles/clang18-libstdcpp

Lines changed: 0 additions & 11 deletions
This file was deleted.

conan/profiles/gcc12

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)