GNUWeeb / GNUWeebBot

High-performance bot Telegram, running on Linux environment, written in C.
GNU General Public License v2.0
13 stars 8 forks source link

Initial CI #7

Closed nrudesu closed 3 years ago

nrudesu commented 3 years ago

Konbanwa! Good Night!

I have good news, CI is working (at least in my branch). The CI currently run those script (credits @ammarfaizi2 )

sudo apt install -y git gcc g++ make cmake libcurl4-openssl-dev valgrind doxygen;
make -j$(nproc);
make test;

Any Improvement or lemme merge to master branch?

ToDo :

~- [ ] Add reporting to CI? (skip this, lemme see about problem in future)~

Signed-off-by: Nur Hikari nrudesu@gmail.com

ammarfaizi2 commented 3 years ago

How do we add report?

ammarfaizi2 commented 3 years ago

You can merge into master branch. Thank you so much @nrudesu.

nrudesu commented 3 years ago

Okay, I merge it.