We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b48d03 commit 3cc9cf5Copy full SHA for 3cc9cf5
.github/workflows/documentation.yml
@@ -44,9 +44,9 @@ jobs:
44
with:
45
path: MicroOcppSimulator/lib/MicroOcpp
46
- name: Generate CMake files
47
- run: cmake -S . -B ./build -DCMAKE_CXX_FLAGS="-DMO_OVERRIDE_ALLOCATION=1 -DMO_ENABLE_HEAP_PROFILER=1"
+ run: cmake -S ./MicroOcppSimulator -B ./MicroOcppSimulator/build -DCMAKE_CXX_FLAGS="-DMO_OVERRIDE_ALLOCATION=1 -DMO_ENABLE_HEAP_PROFILER=1"
48
- name: Compile
49
- run: cmake --build ./build -j 32 --target mo_simulator
+ run: cmake --build ./MicroOcppSimulator/build -j 32 --target mo_simulator
50
- name: Upload Simulator executable
51
uses: actions/upload-artifact@v4
52
0 commit comments