Commit Graph

13 Commits

Author SHA1 Message Date
Rafael Gustavo da Cunha Pereira Pinto 93572513d4
Update codeql-analysis.yml 2024-03-06 09:43:59 -03:00
Rafael Gustavo da Cunha Pereira Pinto 1424cc942b
Update codeql-analysis-python.yml 2024-03-06 09:43:44 -03:00
Rafael Gustavo da Cunha Pereira Pinto 921f3be253
Update codeql-analysis-python.yml 2024-03-06 09:41:05 -03:00
Rafael Gustavo da Cunha Pereira Pinto 327aba27ce
Update codeql-analysis.yml 2024-03-06 09:40:45 -03:00
Rafael Gustavo da Cunha Pereira Pinto a2c88f320f
Create codeql-analysis-python.yml 2024-03-06 09:40:16 -03:00
Rafael Gustavo da Cunha Pereira Pinto 274fed556d
removing python from codeql-analysis.yml 2024-03-06 09:39:20 -03:00
Rafael Gustavo da Cunha Pereira Pinto d462fda79f
Update codeql-analysis.yml 2024-03-05 14:18:29 -03:00
Rafael Gustavo da Cunha Pereira Pinto 1325b97475
Update codeql-analysis.yml 2024-03-05 14:13:53 -03:00
Rafael Gustavo da Cunha Pereira Pinto fc3d2e52c3
Update codeql-analysis.yml 2024-03-05 09:18:16 -03:00
Rafael Gustavo da Cunha Pereira Pinto 26013e1057
Update codeql-analysis.yml 2024-03-05 09:01:48 -03:00
Rafael Gustavo da Cunha Pereira Pinto a508a76a52
Update codeql-analysis.yml to v2 2024-03-05 08:58:50 -03: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