Changeset e35fddc in OpenModelica


Ignore:
Timestamp:
2021-01-22T14:40:51+01:00 (3 years ago)
Author:
GitHub <noreply@…>
Branches:
Added-citation-metadata, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
2dc61865, e4c9a19
Parents:
60f3fc1
git-author:
Martin Sjölund <martin@…> (01/22/21 14:40:51)
git-committer:
GitHub <noreply@…> (01/22/21 14:40:51)
Message:

Fix reconfigure in the Qt/testsuite jobs (#7099)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .CI/common.groovy

    rb8eadb55 re35fddc  
    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.