Commit 244d716 1 parent a482b05 commit 244d716 Copy full SHA for 244d716
File tree 3 files changed +28
-24
lines changed
3 files changed +28
-24
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,12 @@ jobs:
50
50
"${{ steps.matlab.outputs.matlabroot }}" ${{ matrix.host }} . staging
51
51
52
52
- name : Package
53
+ if : false
53
54
run : zip -r ../alpaqa-matlab-${{ matrix.name }}.zip ./*
54
55
working-directory : staging
55
56
56
57
- name : Upload
58
+ if : false
57
59
uses : actions/upload-artifact@v4
58
60
with :
59
61
name : alpaqa-matlab-${{ matrix.name }}
@@ -97,10 +99,12 @@ jobs:
97
99
"${{ steps.matlab.outputs.matlabroot }}" "${{ matrix.host }}" "." "staging"
98
100
99
101
- name : Package
102
+ if : false
100
103
shell : pwsh
101
104
run : Compress-Archive -Path staging\* alpaqa-matlab-${{ matrix.name }}.zip
102
105
103
106
- name : Upload
107
+ if : false
104
108
uses : actions/upload-artifact@v4
105
109
with :
106
110
name : alpaqa-matlab-${{ matrix.name }}
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ for cfg in Release; do
28
28
-s build_type=$cfg
29
29
done
30
30
31
- # Build MATLAB bindings
32
- pushd " $pkg_dir "
33
- cmake --preset conan-matlab-release \
34
- -D CMAKE_FIND_ROOT_PATH=" $matlab_dir " \
35
- -D CMAKE_C_COMPILER_LAUNCHER=sccache \
36
- -D CMAKE_CXX_COMPILER_LAUNCHER=sccache
37
- cmake --build --preset conan-matlab-release \
38
- -t alpaqa_mex -v
39
- cmake --install build/matlab-release \
40
- --component mex_interface --prefix " $out_dir "
41
- popd
31
+ # # Build MATLAB bindings
32
+ # pushd "$pkg_dir"
33
+ # cmake --preset conan-matlab-release \
34
+ # -D CMAKE_FIND_ROOT_PATH="$matlab_dir" \
35
+ # -D CMAKE_C_COMPILER_LAUNCHER=sccache \
36
+ # -D CMAKE_CXX_COMPILER_LAUNCHER=sccache
37
+ # cmake --build --preset conan-matlab-release \
38
+ # -t alpaqa_mex -v
39
+ # cmake --install build/matlab-release \
40
+ # --component mex_interface --prefix "$out_dir"
41
+ # popd
Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ for %%C in (Release) do (
47
47
)
48
48
49
49
:: Build MATLAB bindings
50
- pushd " %pkg_dir% "
51
- cmake --preset conan-matlab-release ^
52
- -D CMAKE_FIND_ROOT_PATH=" %matlab_dir% " ^
53
- -D CMAKE_C_COMPILER_LAUNCHER=sccache ^
54
- -D CMAKE_CXX_COMPILER_LAUNCHER=sccache ^
55
- || exit /b 1
56
- cmake --build --preset conan-matlab-release ^
57
- -t alpaqa_mex -v ^
58
- || exit /b 1
59
- cmake --install build\matlab-release ^
60
- --component mex_interface --prefix " %out_dir% " ^
61
- || exit /b 1
62
- popd
50
+ :: pushd "%pkg_dir%"
51
+ :: cmake --preset conan-matlab-release ^
52
+ :: -D CMAKE_FIND_ROOT_PATH="%matlab_dir%" ^
53
+ :: -D CMAKE_C_COMPILER_LAUNCHER=sccache ^
54
+ :: -D CMAKE_CXX_COMPILER_LAUNCHER=sccache ^
55
+ :: || exit /b 1
56
+ :: cmake --build --preset conan-matlab-release ^
57
+ :: -t alpaqa_mex -v ^
58
+ :: || exit /b 1
59
+ :: cmake --install build\matlab-release ^
60
+ :: --component mex_interface --prefix "%out_dir%" ^
61
+ :: || exit /b 1
62
+ :: popd
You can’t perform that action at this time.
0 commit comments