Skip to content

Commit

Permalink
ci: Simplify build and upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Sep 27, 2024
1 parent 98f6814 commit b8aeb12
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/windows-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
-DPYTHON_SITELIB=%CONDA_PREFIX%\Lib\site-packages ^
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache ^
-DCMAKE_BUILD_TYPE=Release ^
${{ steps.get_labels.outputs.cmakeFlags }} ^
-DBUILD_WITH_OPENMP_SUPPORT=ON ^
..
:: Build
Expand All @@ -112,6 +112,14 @@ jobs:
python -c "import pinocchio"
if errorlevel 1 exit 1
- name: Archive CMake logs
if: always()
uses: actions/upload-artifact@v4
with:
name: cmake-logs
path: |
build/CMakeFiles/CMakeConfigureLog.yaml
check:
if: always()
name: check-windows-conda
Expand Down

0 comments on commit b8aeb12

Please sign in to comment.