Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <[email protected]>
  • Loading branch information
Andrey1994 committed Dec 26, 2024
1 parent addb6b1 commit 7802349
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run_unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,6 @@ jobs:
- name: Push Libraries Linux Docker
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-20.04' && github.repository == 'brainflow-dev/brainflow' }}
run: |
ls $GITHUB_WORKSPACE/installed_docker/lib/
echo "Uploading" >> status.txt
aws s3 cp status.txt s3://brainflow/$GITHUB_SHA/linux/ || true
aws s3 cp $GITHUB_WORKSPACE/installed_docker/lib/ s3://brainflow/$GITHUB_SHA/linux --recursive
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
6 changes: 0 additions & 6 deletions third_party/SimpleBLE/simpleble/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ set_target_properties(${SIMPLEBLE-C} PROPERTIES
CXX_EXTENSIONS NO
POSITION_INDEPENDENT_CODE ON
DEFINE_SYMBOL simpleble_EXPORTS # Use the same symbol as simpleble
VERSION "${PROJECT_VERSION}"
SOVERSION "${PROJECT_VERSION_MAJOR}"
RELEASE_POSTFIX ""
RELWITHDEBINFO_POSTFIX "-relwithdebinfo"
MINSIZEREL_POSTFIX "-minsizerel"
DEBUG_POSTFIX ""
ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../../compiled
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../../compiled
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../../compiled
Expand Down

0 comments on commit 7802349

Please sign in to comment.