Sha256: d236ac1ea9d432fdf6ba420326c25ae65d01926d5d61bbc70f2c9a04194d4f45

Contents?: true

Size: 466 Bytes

Versions: 2

Compression:

Stored size: 466 Bytes

Contents

version: 2
jobs:
  build:
    docker:
      - image: nrel/openstudio:3.1.0
    steps:
      - checkout
      - run: 
          name: Install gems
          command: |
            rm -f Gemfile.lock && bundle install
      - run: 
          name: Run tests
          command: |
            bundle exec rake test_all
      - store_artifacts:
          path: workflow/tests/results
          destination: results
      - store_test_results:
          path: test/reports

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
urbanopt-cli-0.5.1 example_files/resources/hpxml-measures/.circleci/config.yml
urbanopt-cli-0.5.0 example_files/resources/hpxml-measures/.circleci/config.yml