Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Automatic install of Qt on a server for continuous integration testing

    Installation and Deployment
    2
    3
    771
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Ablu last edited by

      Hello,

      there do not seem to be any precompiled .tar.gz archives with qt. So is there a way to install Qt without user interaction? (And preferably without compiling myself all the time). Can I pass some commandline arguments to the installer to perform the installation without asking the user anything?

      I want to test our application with travis. The .deb packages that are available quickly get outdated and require a lot of maintenance.

      So anyone an idea how to pull this off?

      Regards,
      Ablu

      1 Reply Last reply Reply Quote 0
      • M
        mcosta last edited by mcosta

        Hi,

        I don't know if the Linux installer accepts command line arguments but you could also buid Qt from sources

        Once your problem is solved don't forget to:

        • Mark the thread as SOLVED using the Topic Tool menu
        • Vote up the answer(s) that helped you to solve the issue

        You can embed images using (http://imgur.com/) or (http://postimage.org/)

        A 1 Reply Last reply Reply Quote 0
        • A
          Ablu @mcosta last edited by Ablu

          @mcosta
          Yes that would work of course. But if I use a stateless system like travis I do not want to compile Qt each build there (especially not if I also want to test for android and windows additionally for example). But maybe I could setup a VM which is similar to travis and then compile all the different versions there once and upload them somewhere and download them for each travis build... But if the qt installers can run without user interaction somehow I would prefer that :)

          1 Reply Last reply Reply Quote 0
          • First post
            Last post