Uploaded image for project: 'Qt Quality Assurance Infrastructure'
  1. Qt Quality Assurance Infrastructure
  2. QTQAINFRA-5126

Add licheck build instructions for Coin builds

    XMLWordPrintable

Details

    Description

      Builds from tqtc-license-managing.git should also include licheck.

       

       132         exe_dir = optionDict['WORK_DIR'] + '/license-managing/licheck'
       134         if optionDict['TARGET_ENV'].lower().startswith("win"):
       135             cmd_args = [r'c:\Utils\jom\jom.exe', '-f', 'Makefile_win']
       136             do_execute_sub_process(cmd_args, exe_dir, True)  # produces licheck.exe
       139         elif optionDict['TARGET_ENV'].lower().startswith("linux"):
       140             cmd_args = ['make', '-j6', '-f', 'Makefile_unix']
       141             do_execute_sub_process(cmd_args, exe_dir, True)  # produces licheck -> rename as licheck64
       145         else:
       146             cmd_args = ['make', '-j6', '-f', 'Makefile_macos']
       147             do_execute_sub_process(cmd_args, exe_dir, True)  # produces licheck -> rename as licheck_mac
      
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            falt Simo Fält
            iknd Iikka Eklund
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes