Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasheinrich/atlas-cmake-pybind-attempt
https://github.com/lukasheinrich/atlas-cmake-pybind-attempt
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukasheinrich/atlas-cmake-pybind-attempt
- Owner: lukasheinrich
- Created: 2021-06-10T14:46:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T23:43:32.000Z (over 3 years ago)
- Last Synced: 2024-12-22T04:51:31.684Z (about 1 month ago)
- Language: C++
- Size: 33.2 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atlas-cmake-pybind-attempt
## Getting Started
```console
$ make debug
```### Build locally in an AnalysisBase Docker image
```console
$ make build-docker
$ make debug
```### Build and run tests locally in an AnalysisBase Docker image
```console
$ make ci-docker
```