libamtrack / ReGenerator

R packagE Generator
MIT License
1 stars 0 forks source link

Main with testing code for samples functions. #25

Closed Sharon131 closed 3 years ago

Sharon131 commented 3 years ago

13 #16

grzanka commented 3 years ago

@Sharon131 can you add CMake with compilation and installation instruction as well ?

Sharon131 commented 3 years ago

@Sharon131 can you add CMake with compilation and installation instruction as well ?

Yes, I will add that too.

Sharon131 commented 3 years ago

@grzanka , how do we want to add compilation of C code to CI? Should it be a seperate workflow or just another job in the existing one? Do we want to check compilation only on Linux or maybe also on Windows?

grzanka commented 3 years ago

@grzanka , how do we want to add compilation of C code to CI? Should it be a seperate workflow or just another job in the existing one? Do we want to check compilation only on Linux or maybe also on Windows?

I'd suggest another job in the existing workflow. Windows and Linux should be tested as well

Sharon131 commented 3 years ago

Compilation and running tests of C code on Linux and Windows is added to CI.

grzanka commented 3 years ago

@Sharon131 are you planning to add something or we can squash merge ?