Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 0 additions & 107 deletions scripts/android/build-test-emulator.sh

This file was deleted.

36 changes: 0 additions & 36 deletions scripts/ios/fv/gh-actions-build-with-tests-fv.sh

This file was deleted.

140 changes: 0 additions & 140 deletions scripts/ios/fv/gh-actions-functional-network-test.sh

This file was deleted.

5 changes: 2 additions & 3 deletions scripts/linux-armhf/fv/build_armhf_fv.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e
#
# Copyright (C) 2019 HERE Europe B.V.
# Copyright (C) 2019-2025 HERE Europe B.V.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,6 @@ export CXX=arm-linux-gnueabihf-g++-7
export LD=arm-linux-gnueabihf-ld

mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOLP_SDK_BUILD_DOC=ON -DBUILD_SHARED_LIBS=ON -OLP_SDK_BUILD_EXAMPLES=OFF -DOLP_SDK_ENABLE_TESTING=OFF ..
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=ON -OLP_SDK_BUILD_EXAMPLES=OFF -DOLP_SDK_ENABLE_TESTING=OFF ..
make -j$(nproc)
make docs
echo "ARM HF build succeeded."
65 changes: 0 additions & 65 deletions scripts/linux/fv/olp-cpp-sdk-functional-test-mock.sh

This file was deleted.

5 changes: 1 addition & 4 deletions scripts/linux/fv/test_fv.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex
#
# Copyright (C) 2019-2021 HERE Europe B.V.
# Copyright (C) 2019-2025 HERE Europe B.V.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -71,9 +71,6 @@ do
done
# End of retry part. This part can be removed any time later or after all online tests are stable.

# Run functional tests with Mock Server
${FV_HOME}/olp-cpp-sdk-functional-test-mock.sh || TEST_FAILURE=1

# Run integration tests
source ${FV_HOME}/olp-cpp-sdk-integration-test.variables
${FV_HOME}/olp-cpp-sdk-integration-test.sh || TEST_FAILURE=1
Expand Down
Loading
Loading