Skip to content

Commit

Permalink
turn off doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnema committed Feb 16, 2022
1 parent 2464d68 commit d925e7b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@ jobs:
mpm --find-updates
mpm --admin --find-updates
# This will install all required packages and does that in a single thread. So later in cmake we can safely run in parallel
- name: Install required packages by building the Test document
shell: bash
working-directory: ./doc/
run: |
# It shaves about 1min40s to preinstall from the .lst so do it first
mpm --verbose --admin --require=@energyplus_packages_windows.lst
cd test/
xelatex dependencies.tex
- name: Create Build Directory
run: cmake -E make_directory ./build/

Expand All @@ -105,7 +95,7 @@ jobs:
set -x
cmake -G "Visual Studio 16 2019" -A ${{ matrix.vs-generator }} \
-DLINK_WITH_PYTHON=ON -DBUILD_FORTRAN=ON -DBUILD_PACKAGE:BOOL=ON \
-DDOCUMENTATION_BUILD="BuildWithAll" -DTEX_INTERACTION="batchmode" \
-DDOCUMENTATION_BUILD="DoNotBuild" -DTEX_INTERACTION="batchmode" \
../
- name: Build Package
Expand Down

5 comments on commit d925e7b

@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.5-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-2c
Copy link

Choose a reason for hiding this comment

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

v9.5-py3.8 (bonnema) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: Tests Failed (2459 of 3120 tests passed, 49 test warnings)

Messages:\n

  • 709 tests had: AUD diffs.
  • 683 tests had: MDD diffs.
  • 696 tests had: MTD diffs.
  • 684 tests had: RDD diffs.
  • 641 tests had: Table big diffs.
  • 76 tests had: BND diffs.
  • 95 tests had: ESO small diffs.
  • 514 tests had: EIO diffs.
  • 335 tests had: ESO big diffs.
  • 250 tests had: MTR small diffs.
  • 271 tests had: ZSZ big diffs.
  • 170 tests had: SSZ small diffs.
  • 88 tests had: MTR big diffs.
  • 107 tests had: ERR diffs.
  • 41 tests had: DXF diffs.
  • 90 tests had: SSZ big diffs.
  • 3 tests had: JSON big diffs.
  • 10 tests had: ZSZ small diffs.
  • 5 tests had: MAP diffs.
  • 6 tests had: EDD diffs.
  • 1 test had: GLHE diffs
  • 1 test had: SHD diffs.
  • 1 test had: DFS diffs.
  • 4 tests had: IDF diffs.
  • 2 tests had: Table small diffs.

Failures:\n

regression Test Summary

  • Passed: 81
  • Failed: 661

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.5-py3.8 (bonnema) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1634 of 1634 tests passed, 0 test warnings)

Build Badge Test Badge Coverage 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.5-py3.8 (bonnema) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: Coverage Too Low

Failures:\n

integration Test Summary

  • Passed: 726
  • Timeout: 1

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.

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

Build Badge Test Badge

Please sign in to comment.