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

Readme improvement #441

Merged
merged 1 commit into from
Apr 29, 2022
Merged

Readme improvement #441

merged 1 commit into from
Apr 29, 2022

Conversation

KjellKod
Copy link
Owner

@KjellKod KjellKod commented Apr 29, 2022

PULL REQUEST DESCRIPTION

ADD CONTENT HERE TO DESCRIBE THE PURPOSE OF THE PULL REQUEST

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 485bf57 into master Apr 29, 2022
@KjellKod KjellKod deleted the readme-update branch April 29, 2022 05:14
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