Skip to content

Commit

Permalink
cmd shell
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmcintosh committed Feb 7, 2025
1 parent 045ac49 commit a4bbb07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,10 @@ jobs:
IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
mkdir Dist\Windows\Debug\x64
IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
shell: cmd

- name: build release
run: |
run: |
if not exist BuildCVODES_Windows mkdir BuildCVODES_Windows
echo Compiling for build type = Release
cmake -BBuildCVODES_Windows/Release/x64/ -Hsrc/CVODES/ -DCMAKE_BUILD_TYPE=Release -DEXAMPLES_ENABLE_C=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON -DENABLE_KLU=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DKLU_INCLUDE_DIR=BuildSuiteSparse/include/ -DKLU_LIBRARY_DIR=BuildSuiteSparse/lib64/ -DCMAKE_C_FLAGS_RELEASE="/O2 /Ob2 /DNDEBUG /Oi"
Expand Down

0 comments on commit a4bbb07

Please sign in to comment.