scr2016
6faf643a39
in .github/workflows/cmake.yml, removed redundant '--config ${{env.BUILD_TYPE}}' from 'cmake --build build
...
(1) removed redundant '--config ${{env.BUILD_TYPE}}' from 'cmake --build build -config ${{env.BUILD_TYPE}}' for a sigle configuration generator Ninja.
(2) wrote comments before each 'cmake --build build' about '--config ${{env.BUILD_TYPE}}' redundancy.
(3) in test-install-cblas-lapacke-without-fortran-compiler job, addded 'env' field 'BUILD_TYPE: Release' to make it consistent with other jobs in the script.
2026-04-21 21:02:01 -07:00
langou
2b2879eef7
Add output-on-failure to ctest command
2025-12-01 02:04:58 -07:00
Alexis Montoison
3c59d1725d
Provide precompiled artifacts for future releases
2025-09-18 20:37:22 -06:00
Angelika Schwarz
747d971136
[Github workflow] Bump scorecard version
2024-11-06 21:33:00 +01:00
Martin Kroeker
43add02e4f
Update to gcc-14 on MacOS following removal of gcc-11
2024-08-20 16:18:12 +02:00
Martin Kroeker
87ffaf9e17
Use gcc-14 on MacOS following removal of gcc-11
2024-08-20 16:16:24 +02:00
Weslley S Pereira
cfe1114651
Avoid spourious memory leaks in valgrind
2023-11-01 10:56:57 -06:00
Weslley S Pereira
d8f668cf50
Add option to disable usage of Python in the tests
2023-10-31 17:57:52 -06:00
Weslley S Pereira
833ae881d3
Use Debug mode in valgrind CI
2023-10-31 16:24:52 -06:00
Weslley S Pereira
1cae5392c0
Trying to improve time of the memory check job
2023-10-31 15:02:09 -06:00
Weslley S Pereira
7216a7cd1b
Uses Valgrind for ExperimentalMemCheck in ctest
2023-10-31 15:00:42 -06:00
Weslley S Pereira
bf50aff0de
Adds test in the CI for the installation of CBLAS and LAPACKE without Fortran compiler
2023-10-31 11:59:50 -06:00
Gabriela Gutierrez
f4c28d6b89
Add Scorecard
...
Since actions are referenced by commit SHA, it's important to make sure the SHA's are from the original repositories and not forks.
For reference:
https://github.com/actions/checkout/releases/tag/v3.5.3
https://github.com/actions/checkout/commit/c85c95e3d7251135ab7dc9ce3241c5835cc595a9
https://github.com/ossf/scorecard-action/releases/tag/v2.2.0
https://github.com/ossf/scorecard-action/commit/08b4669551908b1024bb425080c797723083c031
https://github.com/actions/upload-artifact/releases/tag/v3.1.2
https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce
https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.14.2
https://github.com/github/codeql-action/commit/f9a7c6738f28efb36e31d49c53a201a9c5d6a476
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com >
2023-08-22 17:31:51 -03:00
Weslley S Pereira
7c7b380e2d
Removes usage of Experimental (interactive) mode in ctest. It is not working well in the Github Actions
2023-08-11 18:01:53 -07:00
Maria Kraynyuk
ad219dc3c3
Add verbose build to CI
2023-06-23 16:17:48 -07:00
Weslley S Pereira
88f56cef6d
For now, do not run tests on Windows
2023-05-25 10:08:56 -06:00
Weslley S Pereira
f7b6056501
Test adding unlimited stack size for tests
2023-05-25 09:27:26 -06:00
Weslley S Pereira
f37aa33819
Removes -j2 from build flags. Ninja should manage the parallel build
2023-05-24 17:47:41 -06:00
Weslley S Pereira
633440e5d5
Adds tests for windows-latest on cmake.yml
2023-05-24 17:25:42 -06:00
Gabriela Gutierrez
a2e8d06412
Ref actions/checkout by commit SHA in makefile.yml
...
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com >
2023-05-09 13:04:18 -03:00
Gabriela Gutierrez
466b9b3ccf
Ref actions/checkout by commit SHA in cmake.yml
...
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com >
2023-05-09 13:02:56 -03:00
Gabriela Gutierrez
984abd0561
Add minimum permissions to cmake.yml
...
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com >
2023-03-15 14:16:40 +00:00
Gabriela Gutierrez
4420a7de2d
Add minimum permissions to makefile.yml
...
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com >
2023-03-15 14:16:34 +00:00
Simon Maertens
12f2f0ab37
Enabled flat namespace in macOS github workflows.
2022-11-20 00:22:20 +01:00
Weslley da Silva Pereira
9f6566470e
Use LTO and warnings for unused variables only on the Makefile CI
2022-08-11 10:07:59 -06:00
Weslley da Silva Pereira
fdcd1de954
Removes all implicit conversions from the Fortran and add -Werror=conversion to the CI
2022-08-11 08:55:37 -06:00
Weslley da Silva Pereira
5792a1dc93
Add more information and more strict rules to the CI
2022-08-10 17:26:53 -06:00
weslley.spereira
afb5242b42
Runs CTest with a single job when OpenMP
2021-08-30 17:16:32 -06:00
Weslley S. Pereira
488473f731
Merge pull request #603 from weslleyspereira/minor-fixes
...
Fix patterns in the GitHub workflows
2021-08-30 13:32:54 -06:00
weslley.spereira
7b3b091020
Uses tests with and without OpenMP in the CMake tester. Remove some additional flags from the Coverage test
2021-08-24 12:14:08 -06:00
weslley.spereira
21a69e07dc
Adds -fopenmp to the Makefile tester
2021-08-24 11:30:02 -06:00
weslley.spereira
189684a7df
Test OpenMP
2021-08-23 10:29:16 -06:00
weslley.spereira
d4d523848d
Fix patterns in the GitHub workflows
2021-07-21 18:58:22 -03:00
weslley.spereira
32b48c08ca
Fix typo in makefile.yml
2021-06-23 20:06:11 -03:00
Weslley S. Pereira
991371aa68
Enable github actions mimicking Travis CI configuration
2021-06-16 19:08:29 -03:00