Skip to content

Commit

Permalink
fix spelling, minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchute committed Nov 13, 2020
1 parent 06c6420 commit cc00686
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/mac_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mac Build
on: [push]

jobs:
mac_release_python_no_psychcach:
python_no_psychcach:
runs-on: macos-10.15

steps:
Expand All @@ -22,12 +22,12 @@ jobs:
working-directory: ${{runner.workspace}}/EnergyPlus/build
run: cmake -DCMAKE_BUILD_TYPE=Release -DLINK_WITH_PYTHON=ON -DUSE_PSYCHROMETRICS_CACHING=OFF ..

- name: Build Package
- name: Build EnergyPlus
working-directory: ${{runner.workspace}}/EnergyPlus/build
shell: bash
run: cmake --build . --target energyplus -j 2

mac_release_no_python_psychcach:
no_python_psychcach:
runs-on: macos-10.15

steps:
Expand All @@ -46,12 +46,12 @@ jobs:
working-directory: ${{runner.workspace}}/EnergyPlus/build
run: cmake -DCMAKE_BUILD_TYPE=Release -DLINK_WITH_PYTHON=OFF -DUSE_PSYCHROMETRICS_CACHING=ON ..

- name: Build Package
- name: Build EnergyPlus
working-directory: ${{runner.workspace}}/EnergyPlus/build
shell: bash
run: cmake --build . --target energyplus -j 2

mac_release_no_python_no_psychcach:
no_python_no_psychcach:
runs-on: macos-10.15

steps:
Expand All @@ -70,7 +70,7 @@ jobs:
working-directory: ${{runner.workspace}}/EnergyPlus/build
run: cmake -DCMAKE_BUILD_TYPE=Release -DLINK_WITH_PYTHON=OFF -DUSE_PSYCHROMETRICS_CACHING=OFF ..

- name: Build Package
- name: Build EnergyPlus
working-directory: ${{runner.workspace}}/EnergyPlus/build
shell: bash
run: cmake --build . --target enerygplus -j 2
run: cmake --build . --target energyplus -j 2

5 comments on commit cc00686

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix_nocache_psychrometrics (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: Tests Failed (1535 of 3034 tests passed, 673 test warnings)

Messages:\n

  • 689 tests had: EIO diffs.
  • 669 tests had: ESO small diffs.
  • 529 tests had: MTR small diffs.
  • 616 tests had: Table small diffs.
  • 8 tests had: EDD diffs.
  • 299 tests had: SSZ small diffs.
  • 360 tests had: ZSZ small diffs.
  • 63 tests had: ERR diffs.
  • 15 tests had: ESO big diffs.
  • 22 tests had: Table big diffs.
  • 14 tests had: AUD diffs.
  • 3 tests had: JSON big diffs.
  • 1 test had: MTR big diffs.
  • 2 tests had: SSZ big diffs.

Failures:\n

regression Test Summary

  • Passed: 708
  • Failed: 29

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix_nocache_psychrometrics (mitchute) - x86_64-MacOS-10.15-clang-11.0.0: Build Failed

Messages:\n

  • 685 tests had: EIO diffs.
  • 57 tests had: ERR diffs.
  • 17 tests had: ESO big diffs.
  • 529 tests had: MTR small diffs.
  • 360 tests had: ZSZ small diffs.
  • 21 tests had: Table big diffs.
  • 8 tests had: EDD diffs.
  • 664 tests had: ESO small diffs.
  • 614 tests had: Table small diffs.
  • 299 tests had: SSZ small diffs.
  • 11 tests had: AUD diffs.
  • 3 tests had: JSON big diffs.
  • 1 test had: MTR big diffs.
  • 2 tests had: SSZ big diffs.

Failures:\n

regression Test Summary

  • Passed: 688
  • Failed: 29

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix_nocache_psychrometrics (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: Build Failed

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix_nocache_psychrometrics (mitchute) - Win64-Windows-10-VisualStudio-16: Build Failed

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix_nocache_psychrometrics (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: Build Failed

Build Badge Test Badge Coverage Badge

Please sign in to comment.