Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add workflow for GitHub Actions #73

Merged
merged 1 commit into from
Jun 29, 2022
Merged

add workflow for GitHub Actions #73

merged 1 commit into from
Jun 29, 2022

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