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

CI build by github actions #42

Open
wants to merge 1 commit into
base: community
Choose a base branch
from

Commits on Apr 17, 2024

  1. try to fix new build issues with 2.1.0 build

    - requested changes to use -B <builddir> and avoid mkdir, cd
    - requested changes to use cmake --install
    - added first example of a combined action with lib and app build
    
    Fixed codeql.yml apt failure and update to v3
    
    CI builds of desktop versions (against prebuild QT packages):
    - windows msvc x64 (NOK, qt build issue, commented out)
    - linux gcc x64
    - macos clang
    CI builds of smartphone versions:
    - linux android (NOK, cmake config issue, commented out)
    - macos ios (NOK, cmake config issue, commented out)
    
    CI builds of openssl, qt libs:
    - windows msvc x64
    - linux gcc x64
    - macos clang
    CI builds of smartphone versions:
    - linux android
    - macos ios
    chcg committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b5cda59 View commit details
    Browse the repository at this point in the history