afnid / espsim

ESP8266 Simulator (Allows Native Code to Link/Run on Linux)
GNU General Public License v2.0
65 stars 12 forks source link

CI testing #3

Open VojislavM opened 5 years ago

VojislavM commented 5 years ago

This has great potential for CI (continuous integration) testing with TravisCI or similar tool. This way you can automate tests on Linux servers, an not just check if the code compiles but test some of the code functionalities.

I will definitely try to use this!

slaff commented 5 years ago

This way you can automate tests on Linux servers, an not just check if the code compiles but test some of the code functionalities.

@VojislavM In Sming, ESP8266 framework, we have quite powerful host emulator that allows you exactly this. Check our interactive tutorial: https://www.katacoda.com/slaff/scenarios/sming-host-emulator and for further reading you can visit those links: https://github.com/SmingHub/Sming/wiki/Host-Emulator and https://github.com/SmingHub/Sming/blob/develop/Sming/Arch/Host/readme.md

VojislavM commented 5 years ago

@slaff Nice, I was looking for something like this. Thanks!