Skip to content

Commit 4416958

Browse files
committed
ci: disable fast math
1 parent 5a9093a commit 4416958

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ build_script:
5151
5252
cmake -Wdev -G"%generator%" -A"%platform%" -S. -Bbuild -DCMAKE_CONFIGURATION_TYPES=Release
5353
-DBUILD_CRUNCH=ON -DBUILD_SHARED_LIBCRN=ON -DBUILD_EXAMPLES=ON
54+
-DUSE_FAST_MATH=OFF
5455
5556
cmake --build build --config Release
5657

.azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ steps:
120120
if [ -z "${SOURCE_DIR:-}" ]; then
121121
cmake_args+=(-DBUILD_CRUNCH=ON -DBUILD_SHARED_LIBCRN=ON -DBUILD_EXAMPLES=ON)
122122
fi
123+
cmake_args+=(-DUSE_FAST_MATH=OFF)
123124
cmake -S"${SOURCE_DIR:-.}" -Bbuild "${cmake_args[@]}"
124125
cmake --build build --config Release
125126
displayName: 'Build'

0 commit comments

Comments
 (0)