Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Actions (GHA) for CI #156

Open
oxy86 opened this issue Nov 25, 2024 · 1 comment
Open

Use GitHub Actions (GHA) for CI #156

oxy86 opened this issue Nov 25, 2024 · 1 comment
Assignees
Milestone

Comments

@oxy86
Copy link
Member

oxy86 commented Nov 25, 2024

Keep Travis and AppVeyor, but also use the GHA which are free for public projects:

Docs:
https://docs.github.com/en/actions/writing-workflows/quickstart

Our Actions (WIP):
https://github.com/socnetv/app/actions/

@oxy86 oxy86 self-assigned this Nov 25, 2024
oxy86 added a commit that referenced this issue Nov 25, 2024
oxy86 added a commit that referenced this issue Nov 26, 2024
oxy86 added a commit that referenced this issue Nov 26, 2024
oxy86 added a commit that referenced this issue Nov 26, 2024
oxy86 added a commit that referenced this issue Nov 26, 2024
oxy86 added a commit that referenced this issue Nov 26, 2024
oxy86 added a commit that referenced this issue Nov 26, 2024
oxy86 added a commit that referenced this issue Nov 27, 2024
oxy86 added a commit that referenced this issue Dec 1, 2024
…cnetv which does not exist' error - trigger [gha]
oxy86 added a commit that referenced this issue Dec 1, 2024
…rget because another target with the same name exists' error - trigger [gha] [appveyor]
oxy86 added a commit that referenced this issue Dec 1, 2024
oxy86 added a commit that referenced this issue Dec 1, 2024
…tly use Bash (by adding shell: bash) on all platforms! Bash is supported on Windows in GitHub Actions workflows - trigger [gha] [ci]
oxy86 added a commit that referenced this issue Dec 1, 2024
oxy86 added a commit that referenced this issue Dec 2, 2024
…on-breaking space) after build instead of a regular space, which is causing cmake to fail silently and not create the build directory [gha]
oxy86 added a commit that referenced this issue Dec 2, 2024
…ild logic from our travis_make_build_macos.sh
@oxy86
Copy link
Member Author

oxy86 commented Dec 10, 2024

Fixme: Current GHA CI for macOS is broken (the resulting app in the .dmg cannot run)

@oxy86 oxy86 added this to the 3.2 milestone Feb 25, 2025
oxy86 added a commit that referenced this issue Mar 11, 2025
Refactor travis and appveyor CI configuration to trigger them only on demand  (#156)

- Modified `windeployqt` step to include `--compiler-runtime`, ensuring MSVC runtime DLLs (e.g., MSVCP140.dll) are packaged.
- Added verification step to check if required DLLs are present in the release directory.
- Skipping explicit installation of the MSVC Redistributable (`choco install vcredist140`) for now to test if `windeployqt` correctly includes the necessary DLLs.

This should resolve the missing `MSVCP140.dll` error and produce a fully functional Windows build.
oxy86 added a commit that referenced this issue Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant