Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sidcha committed Mar 21, 2024
1 parent d7cd1c7 commit ea7dd29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cross-plaform-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
- name: Configure
run: |
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCONFIG_OSDP_LIB_ONLY=on .
cat build/src/osdp_config.h
- name: Build
run: cmake --build build --parallel 8
- name: Pack built binaries
run: |
cmake --build build -t package
cmake --build build -t package_source
run: cmake --build build --target package
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ endif()

# Generate osdp_config.h in build dir.
set(REPO_ROOT ${CMAKE_SOURCE_DIR})
message("REPO_ROOT ${REPO_ROOT}")
configure_file(osdp_config.h.in osdp_config.h @ONLY)

list(APPEND LIB_OSDP_SOURCES
Expand Down

0 comments on commit ea7dd29

Please sign in to comment.