Changeset 9740cf50 in OpenModelica


Ignore:
Timestamp:
2021-01-22T10:51:20+01:00 (3 years ago)
Author:
Martin Sjölund <martin@…>
Parents:
9220249b
Message:

Fix reconfigure in the Qt/testsuite jobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .CI/common.groovy

    ra281635 r9740cf50  
    332332    patchConfigStatus()
    333333  }
    334   sh 'CONFIG=`./config.status --config` && ./configure `eval $CONFIG`'
     334  sh 'echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2'
    335335  // compile OMSens_Qt for Qt5
    336336  if (isQt5) {
     
    375375    patchConfigStatus()
    376376  }
    377   sh 'CONFIG=`./config.status --config` && ./configure `eval $CONFIG`'
     377  sh 'echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2'
    378378  sh "touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip omedit.skip omplot.skip omparser.skip && ${makeCommand()} -q omc omc-diff ReferenceFiles omsimulator omedit omplot omparser" // Pretend we already built omc since we already did so
    379379  sh "${makeCommand()} -j${numPhysicalCPU()} --output-sync=recurse omedit-testsuite" // Builds the OMEdit testsuite
Note: See TracChangeset for help on using the changeset viewer.