Skip to content

Commit

Permalink
Turn off CPACK_BINARY_IFW in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jun 24, 2021
1 parent 3bfe998 commit 00eebd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: ./build
shell: bash
run: |
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCPACK_BINARY_IFW=OFF \
-DLINK_WITH_PYTHON=ON -DBUILD_FORTRAN=ON -DBUILD_PACKAGE:BOOL=ON \
-DDOCUMENTATION_BUILD="BuildWithAll" -DTEX_INTERACTION="batchmode" \
../
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: ./build
shell: bash
run: |
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCPACK_BINARY_IFW=OFF \
-DCMAKE_OSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET \
-DLINK_WITH_PYTHON=ON -DBUILD_FORTRAN=ON -DBUILD_PACKAGE:BOOL=ON \
-DDOCUMENTATION_BUILD="BuildWithAll" -DTEX_INTERACTION="batchmode" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
shell: bash
run: |
set -x
cmake -G "Visual Studio 16 2019" -A ${{ matrix.vs-generator }} \
cmake -G "Visual Studio 16 2019" -A ${{ matrix.vs-generator }} -DCPACK_BINARY_IFW=OFF \
-DLINK_WITH_PYTHON=ON -DBUILD_FORTRAN=ON -DBUILD_PACKAGE:BOOL=ON \
-DDOCUMENTATION_BUILD="BuildWithAll" -DTEX_INTERACTION="batchmode" \
../
Expand Down

5 comments on commit 00eebd7

@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.

HVACFlexMeasures (Myoldmopar) - x86_64-MacOS-10.15-clang-11.0.0: OK (3066 of 3070 tests passed, 0 test warnings)

Failures:\n

regression Test Summary

  • Passed: 718
  • Failed: 4

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.

HVACFlexMeasures (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: Tests Failed (2501 of 3110 tests passed, 116 test warnings)

Messages:\n

  • 725 tests had: AUD diffs.
  • 725 tests had: EIO diffs.
  • 685 tests had: RDD diffs.
  • 609 tests had: Table big diffs.
  • 62 tests had: ERR diffs.
  • 147 tests had: MTD diffs.
  • 2 tests had: SSZ big diffs.
  • 2 tests had: ZSZ big diffs.
  • 10 tests had: ESO small diffs.
  • 107 tests had: MDD diffs.
  • 39 tests had: Table small diffs.
  • 2 tests had: BND diffs.
  • 1 test had: SSZ small diffs.
  • 2 tests had: ZSZ small diffs.
  • 23 tests had: ESO big diffs.
  • 1 test had: EDD diffs.
  • 1 test had: DXF diffs.
  • 1 test had: SHD diffs.
  • 4 tests had: IDF diffs.
  • 1 test had: MTR small diffs.

Failures:\n

regression Test Summary

  • Passed: 133
  • Failed: 609

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.

HVACFlexMeasures (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1624 of 1624 tests passed, 0 test warnings)

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.

HVACFlexMeasures (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2319 of 2319 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.

HVACFlexMeasures (Myoldmopar) - 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

Please sign in to comment.