OpenModelica / OpenModelicaLibraryTesting

Test script for OMCompiler+OpenModelicaLibraries
Other
8 stars 13 forks source link

Specify branch and directory for github reference files #56

Closed AnHeuermann closed 7 months ago

AnHeuermann commented 7 months ago

Related Issues

Fixes #54.

Changes

Added git reference (branch, tag, hash) and sub-directory inside the git repository to set reference files.

  {
    "library": "PNlib",
    "libraryVersion": "2.2.0",
    "referenceFileExtension":"mat",
    "referenceFileNameDelimiter":".",
    "referenceFiles":{
      "giturl":"https://github.com/AMIT-HSBI/PNlib",
      "destination":"ReferenceFiles/PNlib",
      "git-ref": "v2.2",                                             <- new
      "git-directory": "ReferenceFiles"                              <- new
    }
  }
AnHeuermann commented 7 months ago

TODO: