Skip to content

Commit

Permalink
artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 3, 2024
1 parent 457ea0d commit 8c65dd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_windowsx64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ jobs:
echo "Library path is $MATLAB_LIB_PATH"
shell: bash
- name: run build
shell: cmd
shell: bash
run: |
mkdir build
cd build
# actually, we don't need to pass the MATLAB header and library paths to CMake, we can rely on CMake to find them
#cmake .. -A x64 -DCMAKE_BUILD_TYPE=Release -DMEXLIBCZI_HEADERS=%MATLAB_HEADER_PATH% -DMEXLIBCZI_LIBS=%MATLAB_LIB_PATH%\microsoft
cmake .. -A x64 -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release
- name: Prepare artifact
shell: cmd
shell: bash
run: |
mkdir -p artifacts
name="MEXlibCZI-windows-x64-$(git describe --always)"
Expand Down

0 comments on commit 8c65dd2

Please sign in to comment.