Skip to content

Commit

Permalink
Add verbose build
Browse files Browse the repository at this point in the history
  • Loading branch information
william-galvin committed Oct 27, 2024
1 parent 6181ea4 commit 7d9e7f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_upload_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
conda_deployment_with_new_tag:
name: Conda deployment of package with ${{ matrix.os }} Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
env:
CONDA_BLD_PATH: /Users/runner/miniconda3/conda-bld
strategy:
matrix:
python-version: ["3.9"]
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:

build:
script: |
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=${PREFIX}
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
cmake --build build
cmake --install build
Expand Down

0 comments on commit 7d9e7f2

Please sign in to comment.