1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00
Commit graph

14 commits

Author SHA1 Message Date
Lars Melchior
032e506c12
Doxygen support (#43)
* init doxygen

* fix format

* use readme as main file

* don't generate LaTeX

* automatically use correct project version and update html settings

* minify Doxyfile

* add documentation

* add workflow to publish documentation

* remove mac comment

* formatting

* fix typo

* grammar
2020-06-03 14:31:53 +02:00
Lars Melchior
363bf94ac1
only run actions for master branch (#33) 2020-04-25 00:29:27 +02:00
Lars Melchior
956c2f09b6
enable local actions for pull requests (#32) 2020-04-24 11:10:37 +02:00
Lars Melchior
a68c697c09
Run CI builds with parallel flags (#3)
* Run CI builds with parallel flags

* Ninja is unavailable. Fallback to -j4

* Update project name in readme
2020-04-14 14:05:36 +02:00
Lars Melchior
1dc64084eb
Add optional standalone executable directory (#2)
* add standalone executable

* update readme

* add standalone workflow

* fix path
2020-04-14 13:59:38 +02:00
Lars Melchior
bf392d6ae3 adjust build include path and set install build type to release 2020-04-14 11:13:24 +02:00
Lars Melchior
6dacddb28b use secret codecov token 2020-04-13 19:53:57 +02:00
Lars Melchior
47b2c947e5 add coverage step 2020-04-13 17:49:02 +02:00
Lars Melchior
00b97f150b add badge 2020-04-13 17:35:18 +02:00
Lars Melchior
578bf1e83f use sudo to install 2020-04-13 17:34:05 +02:00
Lars Melchior
de74af1341 build before install 2020-04-13 17:31:10 +02:00
Lars Melchior
b0384f889a add install test 2020-04-13 17:30:09 +02:00
Lars Melchior
45d1ec8ba9 fix workflows 2020-04-11 12:35:55 +02:00
Lars Melchior
c94580f25c init 2020-04-11 12:31:08 +02:00