Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ci] separate dep from build | NRK | 2022-01-06 | 1 | -9/+13 |
| | | | | | removes /dev/null redirections from the dep step so in case some dep fails to install/compile we will have the log. | ||||
* | [ci] fetch tcc from a known working commit | NRK | 2022-01-06 | 1 | -5/+7 |
| | | | | avoids our ci failing in case there's a faulty new commit on tcc. | ||||
* | add additional warning and -Werror to github workflow | NRK | 2022-01-06 | 1 | -0/+18 |
| | |||||
* | add github actions (#195) | NRK | 2021-12-29 | 1 | -0/+41 |
this runs both default and minimal build with gcc, clang and tcc. |