Commit Graph

14 Commits

Author SHA1 Message Date
wb2osz 390d4a8c27
Update ci.yml
Upload artifact v2 doesn't work anymore.
2024-09-13 11:53:01 -04:00
Rafael Gustavo da Cunha Pereira Pinto 69407ccf84 Update codeql-analysis.yml 2024-05-06 14:30:42 -04:00
Rafael Gustavo da Cunha Pereira Pinto 41e7851376 Update codeql-analysis-python.yml 2024-05-06 14:30:42 -04:00
Rafael Gustavo da Cunha Pereira Pinto c5c7d4a44d Update codeql-analysis-python.yml 2024-05-06 14:30:42 -04:00
Rafael Gustavo da Cunha Pereira Pinto e7b4650935 Update codeql-analysis.yml 2024-05-06 14:30:42 -04:00
Rafael Gustavo da Cunha Pereira Pinto 21048d5d1a Create codeql-analysis-python.yml 2024-05-06 14:30:42 -04:00
Rafael Gustavo da Cunha Pereira Pinto 3aa8097461 removing python from codeql-analysis.yml 2024-05-06 14:30:42 -04:00
Rafael Gustavo da Cunha Pereira Pinto 3f3fed216b Update codeql-analysis.yml 2024-05-06 14:30:42 -04:00
Rafael Gustavo da Cunha Pereira Pinto 9ae4edcabf Update codeql-analysis.yml 2024-05-06 14:30:42 -04:00
Rafael Gustavo da Cunha Pereira Pinto 7935054ee3 Update codeql-analysis.yml 2024-05-06 14:30:42 -04:00
Rafael Gustavo da Cunha Pereira Pinto 0a1670f7c2 Update codeql-analysis.yml 2024-05-06 14:30:42 -04:00
Rafael Gustavo da Cunha Pereira Pinto 7552105282 Update codeql-analysis.yml to v2 2024-05-06 14:30:42 -04:00
wb2osz b1b3e854be Remove Ubuntu 18 from automated test build. 2023-05-14 23:30:44 +01:00
ra1nb0w 0f92f463f4
github actions implementation (#396)
* Create codeql-analysis.yml

* cmake: add support for Visual Studio 2019

* enable github actions (aka continuous integration)

basic implementation to enable github actions with:
- triggered each push or pull request
- built on ubuntu (multiple version), macOS, windows
- the binary has debug facilities enabled
- ignore any commit/push on the .github folder
- run all tests
- create an archive with binaries (available for 90 days)
- can manually triggered setting custom cmake flags

* cmake: fix MSVC check

* github actions: remove ubuntu 18.04; add ubuntu 22.04

* github actions: fix windows ci

---------

Co-authored-by: wb2osz <wb2osz@comcast.net>
2023-01-28 16:07:56 -05:00