First approach CI for GitHubActions and first testsuite #36
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.
Done, in accordance with #29.
tests/*
.ThirdParty
directory in repo, without "git submodules" for gtest+gmockWith this configuration of combinations, operating time: 4-6 minutes.
I found out that MSVC 2022 does not officially have C++ standard number 23 yet. This means that
/std:c++23
will not work.Todo:
You can use the
actionlint
tool to check the syntax of *.yml gha workflow before uploading to the server. There's a lot of regular PowerShell in the workflow. Workflow now triggers on push and manual launch, but excludes push triggers on the pathREADME.md
andLICENSE
. The workflow code is in the file./.github/workflows/workflow.yml
.There is gha main page.
In the future, we will be able to display a badge about successfully completed CI on the main page.
It was usefull to find #35.