NRCan-IETS-CE-O-HBC / HTAP

NRCan's Ruby scripts for batch analysis and optimization with HOT2000
http://www.nrcan.gc.ca/energy/efficiency/housing/home-improvements/17725
GNU Lesser General Public License v3.0
14 stars 7 forks source link

Teach us how BTAP uses Continuous Integration (CI) #20

Open fergusoa opened 6 years ago

fergusoa commented 6 years ago

Provide team with overview on how BTAP uses CircleCI or, if it's not appropriate for HTAP, then some other continuous integration (CI) off-the-shelf program or custom produced approach.

jblake59 commented 6 years ago

We learned from Phylroy that CircleCI will NOT run under Windows so we won't be able to run the CLI version of HOT2000 as part of the test suite. Although we could write scripts to do comparisons against .h2k files that already contain an "AllResults" XML section from previous runs, this wouldn't be the best solution. Hunting for more appropriate CI apps for Windows.

jblake59 commented 6 years ago

Removed link between GitHub and CircleCI so we will no longer see CircleCI failure emails! Still investigating other continuous integration (CI) testing avenues.