Skip to content

Conversation

@striezel
Copy link
Contributor

@striezel striezel commented Jun 15, 2022

I noticed that there is a configuration file for Travis CI (https://github.com/martinmoene/lest/blob/14fa8ee66fe8d2df783c587bcded761291a9b3bb/.travis.yml), but no tests ran on Travis CI for the recent commit 14fa8ee. So only the AppVayor tests with Visual Studio ran. That's why I decided to add GitHub Actions workflows instead.

The Travis CI configuration tests some older compilers like GCC 4.8 to GCC 7 and Clang 3.5 to Clang 6, but I don't think those are available on GitHub Actions. Therefore, the workflow uses some newer compilers. Feel free to adjust this to your needs, if you want to test on other compiler versions, too.

Looks like this when it runs: https://github.com/striezel-stash/lest/actions/runs/2502630546

@martinmoene martinmoene merged commit f200e86 into martinmoene:master Jun 29, 2022
@martinmoene
Copy link
Owner

Thanks @striezel

Added GitHub workflow badge to Readme, kept badge for Travis for now for easy access to old results.

@striezel striezel deleted the gh-ci branch August 30, 2022 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants