Adds an initial GitHub Actions workflow #355
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Complete this sentence
THIS PULL REQUEST IS READY TO MERGE
Feature or improvement description
This pull request adds a simple GitHub Actions workflow. The workflow is primarily run on Docker from a base image at rafmudaf/openfast-ubuntu. This image has all of the dependencies preinstalled and has OpenFAST compiled at commit hash de5b749 (@andrew-platt's pull request on 10/23/19). For every new commit to
dev
, GitHub Actions will only recompile the new changes saving quite a bit of time over TravisCI. Then, all of the BeamDyn-specific tests and a subset of the OpenFAST regression tests are run which is also an improvement over TravisCI where none of the OpenFAST regression tests are run due to time constraints.Related issue, if one exists
This pull request doesn't solve the issue, but a related one is at #52.
Impacted areas of the software
.github/
directory and continuous integration.Additional supporting information
This is an initial implementation of GitHub Actions. Next steps are:
dev
openfast/openfast
master
Test results, if applicable