ZA-YA / P-OS

MIT License
5 stars 0 forks source link

Unity integration for CI #10

Open ir-os opened 8 years ago

ir-os commented 8 years ago

We need to implement an interface for Unity to integration our CI structure.

Basically :

Please use following Unity Documentation to implement above features : https://github.com/ThrowTheSwitch/Unity/archive/master.zip It also contains all required files and scripts, and also examples.

ahmetalncak commented 8 years ago

Following instructions can be used to integrate Unity to IR-OS project after basis build system is created.

Pre-requesties

If we decide on to generate test runner functions automatically from module's test file, first tool that we need is a script language (Ruby is chosen by Unity's creators and already performed this operation). So let's get started with Ruby.

How-to Generate Test Runner Functions
Final Words

So far so good. Here is a list that shows what the changes will be performed on MakeFile;

ir-os commented 8 years ago

Thanks @ahmetalncak Great explanation. I will follow your instructions during Unity integration.