Skip to content

Commit 2a49f69

Browse files
Add ThermoPower branch v4.0.0-dev to the CI (#280)
* ThermoPower branch v4.0.0-dev added to installLibraries.mos * ThermoPower branch v4.0.0-dev added to conf.json * Update configs/conf.json Co-authored-by: Andreas <38031952+AnHeuermann@users.noreply.github.com> --------- Co-authored-by: Andreas <38031952+AnHeuermann@users.noreply.github.com>
1 parent f2d17e9 commit 2a49f69

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.CI/installLibraries.mos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ for l in {
111111
{"ThermofluidStream", ""},
112112
{"ThermofluidStream", "main"},
113113
{"ThermoPower", "master"},
114+
{"ThermoPower", "4.0.0-dev"},
114115
{"ThermoSysPro", "master"},
115116
{"TILMedia", "main"},
116117
{"TILMedia_AddOn_Tests", "main"},

configs/conf.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,11 @@
565565
"library":"ThermoPower",
566566
"optlevel":"-Os -march=native"
567567
},
568+
{
569+
"library":"ThermoPower",
570+
"libraryVersion":"4.0.0-dev",
571+
"optlevel":"-Os -march=native"
572+
},
568573
{
569574
"library":"ThermoSysPro",
570575
"libraryVersion":"master",

0 commit comments

Comments
 (0)