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
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ concurrency:
cancel-in-progress: true

env:
CMAKE_POLICY_VERSION_MINIMUM: "3.31"
# Cap apt timeouts so an unreachable Azure mirror costs seconds, not 20 minutes.
APT_OPTS: -o Acquire::Retries=2 -o Acquire::http::Timeout=10

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ cmake-build-debug/
.DS_Store
test_results_*.log
*.db

# generated SBOMs (the release workflow attaches these to GitHub releases)
*.cdx.json
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0...3.31)
cmake_minimum_required(VERSION 3.13...3.31)

# Acquire countly version from constant
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/include/countly/constants.hpp COUNTLY_HPP_CONTENTS)
Expand Down
25 changes: 0 additions & 25 deletions bin/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions bin/mac_build_script.sh

This file was deleted.

15 changes: 0 additions & 15 deletions bin/windows_build_script.bat

This file was deleted.

239 changes: 0 additions & 239 deletions countly-sdk-cpp-26.8.0.cdx.json

This file was deleted.

Loading