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

Mkdocs #451

Merged
merged 6 commits into from
May 29, 2022
Merged

Mkdocs #451

merged 6 commits into from
May 29, 2022

Conversation

KjellKod
Copy link
Owner

@KjellKod KjellKod commented May 29, 2022

PULL REQUEST DESCRIPTION

adding build of docker image

Testing Advice

step 1

mkdir build; cd build; cmake -DADD_G3LOG_UNIT_TEST=ON ..

// linux/osx alternative, simply run: ./scripts/buildAndRunTests.sh

step 2: use one of these alternatives to run tests:

  • Cross-Platform: ctest
  • or ctest -V for verbose output
  • Linux: make test

CHECKLIST TO COMPLETE

  • TDD: New/modified code must be backed down with unit test - preferably Test Driven Development style development)
  • Documentation: All new/modified functionality should be backed up with API documentation (API.markdown or README.markdown)

Cross-Platform Testing

  • CI GitActions: (Linux, OSX) + AppVeyor-CI (Windows)\
  • Local/VM testing, at least one of the following: Windows, Linux, OSX

@KjellKod KjellKod merged commit fec09b2 into master May 29, 2022
@KjellKod KjellKod deleted the mkdocs branch May 29, 2022 03:38
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.

1 participant