Skip to content

QtWS: Super Early Bird Tickets Available!

  • 0 Votes
    3 Posts
    527 Views
    P

    @SGaist said in Continuous integration on Github:

    GitHub now proposes its own CI using Actions. This project provides a Qt installation action that could be a starting point. Note that I haven't used this particular CI system so I can't comment on its pros and cons.

    Thanks. I'll give that a look.

  • 1 Votes
    2 Posts
    695 Views
    G

    Solved using this answer on StackOverflow.

  • 0 Votes
    3 Posts
    374 Views
    V

    @jsulm

    Dbus in enabled in config.summary, also it has rules to build in src/Makefile, src/dbus/Makefile, and it built successfully in 95% cases on CI.

    Qt modules and options: Qt Concurrent .......................... yes Qt D-Bus ............................... yes Qt D-Bus directly linked to libdbus .... yes Qt Gui ................................. yes Qt Network ............................. yes Qt Sql ................................. yes Qt Testlib ............................. yes Qt Widgets ............................. yes Qt Xml ................................. yes

    If I disable Dbus, than makefile does not have dependenly:

    lib/libQt5ThemeSupport.a: libQt5Dbus.a

    But when Dbus is enable, we have a race.