Skip to content

voidy2/cppenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-- 自動ビルドCI環境
omake -P や omake test -Pにより継続監視ビルド
omake test から生成されるxmlはJenkinsプラグイン対応

-- コマンド
$ omake
コンパイル実行
<生成物>
build/main

$ omake test
テスト実行
Google C++ Testing Frameworkを使用
カバレッジにgcovを使用
<生成物>
テスト結果(JUnit互換) : report/unittest-result.xml
カバレッジ結果(Cobertura互換) : report/coverage.xml
CppCheck結果 : report/cppcheck-result.xml

$ omake doxygen
doxygenによりドキュメント出力
<生成物>
html : doc/html/index.html
pdf : doc/latex/refman.pdf
xml : doc/xml/

$ omake clean
不要ファイル削除

About

c++開発環境

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published