Enable source debugger CI on windows and darwin (#912)
This commit is contained in:
7
.github/workflows/compilation_on_windows.yml
vendored
7
.github/workflows/compilation_on_windows.yml
vendored
@ -104,3 +104,10 @@ jobs:
|
||||
cmake .. -DWAMR_BUILD_SIMD=1
|
||||
cmake --build . --config Release --parallel 4
|
||||
cd .. && rm -force -r build
|
||||
- name: Build iwasm [source debugger]
|
||||
run: |
|
||||
cd product-mini/platforms/windows
|
||||
mkdir build && cd build
|
||||
cmake .. -DWAMR_BUILD_DEBUG_INTERP=1
|
||||
cmake --build . --config Release --parallel 4
|
||||
cd .. && rm -force -r build
|
||||
|
||||
Reference in New Issue
Block a user