Commit Graph
13 Commits
Author SHA1 Message Date
ShiftyX1 b1837571cc fix: update CMake installation process and add wget for dependency management
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
Build / Build (push) Has been cancelled
Build and Release / prepare (push) Successful in 1s
Build and Release / build_macos (push) Failing after 12s
Build and Release / build_windows (push) Failing after 11s
Build and Release / publish_release (push) Has been skipped
Build and Release / build_linux (push) Successful in 10m2s
2025-12-08 23:52:11 +03:00
ShiftyX1 51ff1868ac fix: replace copy_directory_if_different with copy_directory in test CMakeLists
Build and Release / prepare (push) Successful in 1s
Build and Release / build_linux (push) Successful in 10m25s
Build and Release / build_macos (push) Failing after 12s
Build and Release / build_windows (push) Failing after 12s
Build and Release / publish_release (push) Has been skipped
2025-12-08 23:49:58 +03:00
ShiftyX1 5507e17402 fix: replace copy_directory_if_different with copy_directory
Build and Release / prepare (push) Successful in 0s
Build / Build (push) Has been cancelled
Build and Release / build_linux (push) Failing after 9m9s
Build and Release / build_macos (push) Failing after 5s
Build and Release / build_windows (push) Failing after 5s
Build and Release / publish_release (push) Has been skipped
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
- copy_directory_if_different doesn't exist in CMake 3.22
- Use standard copy_directory command instead
2025-12-08 20:52:57 +03:00
ShiftyX1 b68e5567b8 fix: create OpenAL::OpenAL target alias for Linux
Build / Build (push) Successful in 9m28s
Build and Release / prepare (push) Successful in 1s
Build and Release / build_linux (push) Failing after 8m58s
Build and Release / build_macos (push) Failing after 11s
Build and Release / build_windows (push) Failing after 12s
Build and Release / publish_release (push) Has been skipped
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
- FindOpenAL on Linux creates OPENAL_LIBRARY/OPENAL_INCLUDE_DIR
- But code expects OpenAL::OpenAL target
- Add compatibility layer to create proper target
2025-12-08 20:25:59 +03:00
ShiftyX1 42dcf7c888 fix: adapt CI/CD for Gitea compatibility
Build / Build (push) Successful in 9m29s
Build and Release / prepare (push) Successful in 1s
Build and Release / build_linux (push) Failing after 43s
Build and Release / build_macos (push) Failing after 11s
Build and Release / build_windows (push) Failing after 14s
Build and Release / publish_release (push) Has been skipped
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
- Replace upload/download-artifact v4 with v3 (v4 not supported on Gitea)
- Fix ObjectsPool::allocateNew() usage (returns void, not bool)
- Add cmake and build-essential to dependencies
- Update release workflow to use softprops/action-gh-release
2025-12-08 20:09:54 +03:00
ShiftyX1 403dbc7791 fixed error: could not convert from ‘void’ to ‘bool’
Build / Build (push) Failing after 9m39s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-08 19:58:00 +03:00
ShiftyX1 5255fd3a77 ci: add cmake and build-essential to dependencies
Build / Build (push) Failing after 7m57s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-08 19:44:30 +03:00
ShiftyX1 0107cf13c3 ci: adapt workflows for Gitea Actions
Build / Build (push) Failing after 32s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
- Update release.yml to use softprops/action-gh-release (Gitea compatible)
- Add push trigger for version tags
- Fix apt-get install requiring confirmation with -y flag
- Remove complex API calls in favor of standard actions
2025-12-08 19:43:15 +03:00
ShiftyX1 ee7b1d4299 refactor: update release workflow for improved tagging and asset management
Build / Build (push) Failing after 17s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-08 19:41:32 +03:00
ShiftyX1 5997cbd714 fixed macOS segfault correct way
Build / Build (push) Failing after 17s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-08 19:23:57 +03:00
ShiftyX1 a7713d2c44 chore: update .gitignore to include build artifacts and configuration files
x86-64 AppImage / build-appimage (ubuntu-22.04) (pull_request) Failing after 33s
Build / Build (pull_request) Failing after 17s
MSVC Build / build-windows (windows-latest) (pull_request) Has been cancelled
Macos Build / build-dmg (pull_request) Has been cancelled
Windows Build (CLang) / build-windows (clang, windows-latest) (pull_request) Has been cancelled
2025-12-08 19:09:22 +03:00
ShiftyX1 7fc1c37258 upd gitignore
x86-64 AppImage / build-appimage (ubuntu-22.04) (push) Failing after 1m23s
Build / Build (push) Failing after 17s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
Macos Build / build-dmg (push) Has been cancelled
Windows Build (CLang) / build-windows (clang, windows-latest) (push) Has been cancelled
2025-12-08 19:04:50 +03:00
ShiftyX1 e257a7f462 qa: added lua autotest for ZIP filesystem operations 2025-12-01 21:29:28 +03:00