Skip to content

Commit

Permalink
try julien's IFW solution
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnema committed Feb 7, 2022
1 parent 8baf841 commit 255a7ff
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,10 @@ jobs:
python -m pip install --upgrade pip
pip install aqtinstall
- name: Install IFW
run: aqt tool windows tools_ifw 3.2.2 qt.tools.ifw.32 --outputdir=${{runner.workspace}}/Qt

- name: Add IFW to PATH
run: echo "::add-path::${{runner.workspace}}/Qt/Tools/QtInstallerFramework/3.2/bin"
- name: Setup QtIFW 4.x
uses: jmarrec/setup-qtifw@v1
with:
qtifw-version: '4.x'

- name: Create Build Directory
run: cmake -E make_directory ${{runner.workspace}}/EnergyPlus/build
Expand Down

5 comments on commit 255a7ff

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

v9.4-py3.8 (bonnema) - Win64-Windows-10-VisualStudio-16: Tests Failed (0 of 0 tests passed, 0 test warnings)

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.

v9.4-py3.8 (bonnema) - x86_64-MacOS-10.15-clang-11.0.0: Tests Failed (0 of 0 tests passed, 0 test warnings)

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.

v9.4-py3.8 (bonnema) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: Tests Failed (2356 of 3024 tests passed, 36 test warnings)

Messages:\n

  • 703 tests had: AUD diffs.
  • 703 tests had: EIO diffs.
  • 29 tests had: EDD diffs.
  • 677 tests had: MDD diffs.
  • 690 tests had: MTD diffs.
  • 691 tests had: RDD diffs.
  • 647 tests had: Table big diffs.
  • 76 tests had: BND diffs.
  • 69 tests had: ESO small diffs.
  • 141 tests had: ERR diffs.
  • 394 tests had: ESO big diffs.
  • 244 tests had: MTR small diffs.
  • 270 tests had: ZSZ big diffs.
  • 168 tests had: SSZ small diffs.
  • 105 tests had: MTR big diffs.
  • 90 tests had: SSZ big diffs.
  • 2 tests had: WRL diffs.
  • 3 tests had: SHD diffs.
  • 41 tests had: DXF diffs.
  • 3 tests had: JSON big diffs.
  • 10 tests had: ZSZ small diffs.
  • 5 tests had: MAP diffs.
  • 1 test had: GLHE diffs
  • 1 test had: DFS diffs.
  • 2 tests had: IDF diffs.
  • 1 test had: Table small diffs.

Failures:\n

regression Test Summary

  • Passed: 69
  • Failed: 668

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

v9.4-py3.8 (bonnema) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1548 of 1548 tests passed, 0 test warnings)

Build Badge Test Badge Coverage 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.

v9.4-py3.8 (bonnema) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (722 of 722 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.