saleae / simple-parallel-analyzer

Saleae Simple Parallel Analyzer
MIT License
7 stars 7 forks source link

Testing new analyzer template #5

Closed Marcus10110 closed 1 year ago

Marcus10110 commented 1 year ago

All Saleae analyzers are updated using a template. The template contains everything except for the src directory and some content sections in the readme.

This update mainly switches from Azure Pipelines to github actions. (which effectively use the same backend anyway)

This will make it easier for users who fork our repos to build them in CI. They won't need to create azure pipelines accounts anymore.

Also, this cleans up the readme a bit.

However, we need to test the compiled output on Ubuntu 18...