File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
third_party/SimpleBLE/simpleble Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -406,9 +406,6 @@ jobs:
406406 - name : Push Libraries Linux Docker
407407 if : ${{ github.event_name == 'push' && matrix.os == 'ubuntu-20.04' && github.repository == 'brainflow-dev/brainflow' }}
408408 run : |
409- ls $GITHUB_WORKSPACE/installed_docker/lib/
410- echo "Uploading" >> status.txt
411- aws s3 cp status.txt s3://brainflow/$GITHUB_SHA/linux/ || true
412409 aws s3 cp $GITHUB_WORKSPACE/installed_docker/lib/ s3://brainflow/$GITHUB_SHA/linux --recursive
413410 env :
414411 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
Original file line number Diff line number Diff line change @@ -116,12 +116,6 @@ set_target_properties(${SIMPLEBLE-C} PROPERTIES
116116 CXX_EXTENSIONS NO
117117 POSITION_INDEPENDENT_CODE ON
118118 DEFINE_SYMBOL simpleble_EXPORTS # Use the same symbol as simpleble
119- VERSION "${PROJECT_VERSION} "
120- SOVERSION "${PROJECT_VERSION_MAJOR} "
121- RELEASE_POSTFIX ""
122- RELWITHDEBINFO_POSTFIX "-relwithdebinfo"
123- MINSIZEREL_POSTFIX "-minsizerel"
124- DEBUG_POSTFIX ""
125119 ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /../../../compiled
126120 LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /../../../compiled
127121 RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /../../../compiled
You can’t perform that action at this time.
0 commit comments