Skip to content

Commit 113817d

Browse files
committed
ci: enable TA_WERROR=ON
GHA: 8 cells (macOS/Ubuntu * Pthreads/PaRSEC * Release/Debug). GitLab: CUDA-capable runner.
1 parent 11c1104 commit 113817d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
-DCMAKE_PREFIX_PATH="/usr/local/opt/bison;/usr/local/opt/scalapack;/usr/local/opt/boost"
4040
-DTA_ASSERT_POLICY=TA_ASSERT_THROW
4141
-DTA_SCALAPACK=ON
42+
-DTA_WERROR=ON
4243
4344
steps:
4445
- uses: actions/checkout@v4

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ variables:
1212
TA_CONFIG : >
1313
CMAKE_BUILD_TYPE=${BUILD_TYPE}
1414
TA_ASSERT_POLICY=TA_ASSERT_THROW
15+
TA_WERROR=ON
1516
TA_UT_CTEST_TIMEOUT=3000
1617
${TA_PYTHON}
1718
${TA_CUDA}

0 commit comments

Comments
 (0)