Skip to content

Commit

Permalink
copy scripts into docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-foxtrot committed Jan 25, 2024
1 parent d512126 commit 3f78f96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
cmake_minimum_required (VERSION 3.1)
project (RTLSDR-Airband CXX)

message(STATUS "running ${PROJECT_SOURCE_DIR}/scripts/find_version")

execute_process(COMMAND ${PROJECT_SOURCE_DIR}/scripts/find_version
OUTPUT_VARIABLE RTL_AIRBAND_VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ WORKDIR /rtl_airband_build
# WARNING: not copying in the whole repo, this may need to be updated if build files are added outside of src/
COPY ./.git/ .git/
COPY ./src/ src/
COPY ./scripts/ scripts/
COPY ./CMakeLists.txt .

# configure and build
Expand Down

0 comments on commit 3f78f96

Please sign in to comment.