Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove Conan #853

Merged
merged 1 commit into from
Mar 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .appveyor.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,6 @@ name, pre-commit):
pre-commit install
```

## For developers releasing to Conan.io

This is now done by the CI system on tagged releases. Previously, the steps to
make a Conan.io release were:

```bash
conan remove '*' # optional, I like to be clean
conan create . cliutils/stable
conan upload "*" -r cli11 --all
```

Here I've assumed that the remote is `cli11`.

## For maintainers: remember to add contributions

In a commit to a PR, just add
Expand Down
49 changes: 0 additions & 49 deletions conanfile.py

This file was deleted.

16 changes: 0 additions & 16 deletions test_package/CMakeLists.txt

This file was deleted.

21 changes: 0 additions & 21 deletions test_package/conanfile.py

This file was deleted.

20 changes: 0 additions & 20 deletions test_package/example.cpp

This file was deleted.