Skip to content

Commit

Permalink
Add conan to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sin-diesel committed Nov 17, 2024
1 parent 860d0df commit 49fabf3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,18 @@ jobs:
pdm run black $PROJECT_SRC_REL $PROJECT_SETUP --check
pdm run flake8 $PROJECT_SRC_REL $PROJECT_SETUP
conanrun:
runs-on: ubuntu-24.04
container:
image: sindiesel/cpp_ubuntu_22.0.20
volumes:
- ${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE}
steps:
- name: PDM install
run: pdm install
- name: conan install
run: |
source .venv/bin/activate
conan --version
conan install --build=missing .

0 comments on commit 49fabf3

Please sign in to comment.