1. 10 Apr, 2017 - 1 commit
  2. 06 Apr, 2017 - 3 commits
  3. 01 Apr, 2017 - 1 commit
  4. 31 Mar, 2017 - 1 commit
  5. 30 Mar, 2017 - 1 commit
  6. 22 Mar, 2017 - 1 commit
  7. 20 Mar, 2017 - 1 commit
  8. 16 Mar, 2017 - 2 commits
  9. 13 Mar, 2017 - 1 commit
  10. 28 Feb, 2017 - 1 commit
  11. 25 Feb, 2017 - 1 commit
  12. 11 Feb, 2017 - 1 commit
  13. 10 Feb, 2017 - 4 commits
  14. 07 Feb, 2017 - 4 commits
  15. 03 Feb, 2017 - 5 commits
    • Heikki Halmet's avatar
      Provision: Storage android sdk and ndk version information · a3697796
      Heikki Halmet authored
      
      Sdk and ndk version information will be storaged to versions.txt.
      Versions.txt will be used for all provision scripts and later on it's
      data will be printed to provision log.
      
      Also script name changed to match both android sdk and ndk.
      
      Change-Id: I3366e596f539099c3b587466d90905d0889398fe
      Reviewed-by: default avatarTony Sarajärvi <tony.sarajarvi@qt.io>
      a3697796
    • Heikki Halmet's avatar
      Provision: Script to print sw versions to provision log · 6afffd69
      Heikki Halmet authored
      
      This script is the last script that is run by provisioning. It will
      print all storaged sw information to provision log
      
      Change-Id: I2c76d5f7cccf9c116cb660ffcb67d3bece473da8
      Reviewed-by: default avatarTony Sarajärvi <tony.sarajarvi@qt.io>
      6afffd69
    • Joerg Bornemann's avatar
      Update jom to 1.1.2 · 32b5e271
      Joerg Bornemann authored
      
      The most important changes that affect the CI are:
        - Fixed bogus path in error message for failed targets.
        - Fixed error "JobClient destroyed while still acquiring."
          that could be yielded for failed builds.
        - Fixed /k option (QTCREATORBUG-17131).
        - Added the special .NOTPARALLEL target that disables parallel
          build for the containing makefile. (This one is needed to
          build QtWebEngine in debug-and-release properly.)
        - Introduced the JOMFLAGS environment variable.
          This is a MAKEFLAGS pendant. JOMFLAGS is useful to set up
          separate flags for nmake and jom.
      
      Change-Id: Icb2462d06b000a3fe29e1e9290b294cb1e900409
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
      32b5e271
    • Frederik Gladhorn's avatar
      Revert "Clean up usage of qtsvg as dependency" · 713188e4
      Frederik Gladhorn authored
      qtdeclarative has a runtime dependency, some tests rely on the svg
      module being available, so in order to not reduce the test coverage,
      revert this change.
      I'd like to see a better/cleaner separation, but for the time being,
      better coverage wins.
      
      This reverts commit fbd78263
      
      .
      
      Change-Id: I60d6b585e25e2e7c4f6ad705b754279968827842
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
      Reviewed-by: default avatarJędrzej Nowacki <jedrzej.nowacki@qt.io>
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
      713188e4
    • Heikki Halmet's avatar
      Provision: Script for linux to remove preinstalled software · 0c8536fc
      Heikki Halmet authored
      
      Script to remove tier1's preinstalled software. Script itself includes
      all information about the software that needs to be removed from tier2
      before provision starts to run installations. When this script is run
      for certain platform that platform needs to provision all removed
      software back to tier2 template. So user needs to make sure that all
      needed provision script are available when calling this removal-script.
      Goal is to have vanilla os when provision don't need to remove any
      software before installations. When this goal is reached this script
      and script calls can be removed from provision.
      
      Change-Id: I048909800807fabb1dc599e768a90e7457fbc2cf
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
      0c8536fc
  16. 28 Jan, 2017 - 1 commit
  17. 24 Jan, 2017 - 2 commits
    • Heikki Halmet's avatar
      Provision: Set bash_profile to read .bashrc · 3276f075
      Heikki Halmet authored
      
      The method (vmware tools) of launching a process inside a virtual
      machine results in the launch of a process that does not originate
      from a login shell. Therefore the CI system explicitly starts the
      agent with "bash -l -c" to enforce the invocation as login shell
      and thus execute settings from /etc/profile, ~/.bash_profile, etc.
      
      This brings the behavior of the system closer to what we see as
      developers.
      
      However the shell is a non-interactive shell, therefore ~/.bashrc
      is not read by default.
      
      On Linux systems such as RHEL, ~/.bash_profile is configured to still
      read ~/.bashrc.
      
      For consistency we apply the same logic to the macOS configurations.
      
      Change-Id: I417ecd7866bc4ae1b50beb14c19b456588b4050a
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
      3276f075
    • Heikki Halmet's avatar
      Add Android NDK/SDK to provision for macOS 10.10 and 10.11 · eeea4e5c
      Heikki Halmet authored
      
      Install latest Android sdk and ndk.
      It also runs update for SDK API level 18
      
      Task-number: QTBUG-58370
      Change-Id: I1bf8cb42dd3e753be27fa9fcd2c1ac8ccbdb87c3
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
      eeea4e5c
  18. 22 Jan, 2017 - 1 commit
  19. 17 Jan, 2017 - 1 commit
  20. 12 Jan, 2017 - 1 commit
  21. 11 Jan, 2017 - 5 commits
  22. 09 Jan, 2017 - 1 commit