An open API service indexing awesome lists of open source software.

https://github.com/staskobzar/c-project-skeleton

C project skeleton: vim, autotools, ctags, cmocka, lcov, dejagnu, apr, doxygen, git
https://github.com/staskobzar/c-project-skeleton

apache-portable-runtime autotools c c-skeleton cmocka ctags dejagnu doxygen ide lcov vim

Last synced: 8 months ago
JSON representation

C project skeleton: vim, autotools, ctags, cmocka, lcov, dejagnu, apr, doxygen, git

Awesome Lists containing this project

README

          

### C project skeleton

Source code for blog article:
"C project IDE: vim, autotools, ctags, cmocka, lcov, dejagnu, apr, doxygen, git"

https://staskobzar.blogspot.ca/2016/11/c-project-ide-partf-1-vim-autotools.html

#### To build and run tests:
```
./bootstrap
./configure
make check
```

#### To build with coverage:
```
./bootstrap
./configure --with-coverage
make clean
make cov
```

#### Third party
Inegration with TravisCI (continouos integration). Files ```.travis.yml``` and script ```.travis-install-cmocka.sh```.

Current Travis CI Build Status:

[![Build Status][1]][2]

[1]: https://travis-ci.org/staskobzar/c-project-skeleton.svg?branch=master
[2]: https://travis-ci.org/staskobzar/c-project-skeleton