Changeset 8847c278 in OpenModelica


Ignore:
Timestamp:
2019-11-20T11:30:08+01:00 (5 years ago)
Author:
Adrian Pop <adrian.pop@…>
Branches:
maintenance/v1.15
Children:
ab624d39
Parents:
f7e88348
git-author:
Adrian Pop <adrian.pop@…> (10/28/19 11:52:07)
git-committer:
Adrian Pop <adrian.pop@…> (11/20/19 11:30:08)
Message:

allow . in the path to OpenModelica build directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .CI/common.groovy

    rf7e88348 r8847c278  
    127127  {
    128128    // Running on nodes with different paths for the workspace
    129     sh 'sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9/_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status'
     129    sh 'sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status'
    130130  }
    131131}
Note: See TracChangeset for help on using the changeset viewer.