Commit Graph

99 Commits

Author SHA1 Message Date
Krishna Vedala 26521d3a08 use double quotes everywhere 2020-05-29 16:06:03 -04:00
Krishna Vedala 6684afd772 use github actions syntax for environment variables 2020-05-29 16:06:02 -04:00
Krishna Vedala 13dd64319a use single quotes everywhere 2020-05-29 16:06:02 -04:00
Krishna Vedala e693bdd0f3 added missing semicolon after for-loop 2020-05-29 16:06:02 -04:00
Krishna Vedala aaed136308 added missing loop variable 2020-05-29 16:06:02 -04:00
Krishna Vedala d27039c2ee loop file by file 2020-05-29 16:06:02 -04:00
Krishna Vedala 17259d8351 missing location for find 2020-05-29 16:06:02 -04:00
Krishna Vedala bd6e49559a clang-format syntax - use two -- for style 2020-05-29 16:06:02 -04:00
Krishna Vedala 28136f80f0 temporarily disable C/C++ CI 2020-05-29 16:06:02 -04:00
Krishna Vedala 87416a6867 explicitly export variables 2020-05-29 16:06:02 -04:00
Krishna Vedala 21eab13043 fix indentations 2020-05-29 16:06:02 -04:00
Krishna Vedala 749a9394cd fix broken line 2020-05-29 16:06:02 -04:00
Krishna Vedala 18cfb8f5b5 fixed incorrect quotes 2020-05-29 16:06:01 -04:00
Krishna Vedala bd40bd2db1 use environment variables to break a long line 2020-05-29 16:06:01 -04:00
Krishna Vedala 122ce59925 format code for syntaxes 2020-05-29 16:06:01 -04:00
Krishna Vedala 92c82f065f remove additional line 2020-05-29 16:06:01 -04:00
Krishna Vedala 383cc26902 add clang formatter github action 2020-05-29 16:06:01 -04:00
Krishna Vedala 2fff1d5a28
Merge pull request #5 from kvedala/function_timer
remove external dependency on Function timer
2020-05-29 16:05:02 -04:00
Krishna Vedala 7cdd4efebf added templates for pull request, bug reports and feature requests from C-Plus-Plus repo 2020-05-29 14:23:46 -04:00
Krishna Vedala f8632a0654 run DoxygenCI on MacOS for doxygen v1.8.18 2020-05-29 12:35:54 -04:00
Krishna Vedala e5a5cc3dba
synchronize apt repository 2020-05-25 21:25:32 -04:00
Krishna Vedala 71ab34a11a
fix add folders 2020-05-25 21:09:15 -04:00
Krishna Vedala 8d76afcd7e
fix copy recursive 2020-05-25 21:07:17 -04:00
Krishna Vedala 0f9eb15ca3
fix syntaxes 2020-05-25 21:04:35 -04:00
Krishna Vedala f6909671c6
remove braces in env var for git commit 2020-05-25 20:59:18 -04:00
Krishna Vedala 21031c9d84
copy recursively 2020-05-25 20:57:04 -04:00
Krishna Vedala 4ac9addbf8
remove build docs on pull request 2020-05-25 20:43:00 -04:00
Krishna Vedala df4d0f3d33
document generation action to occur only on master 2020-05-25 20:27:26 -04:00
Krishna Vedala 9eb0640d02
fix push 2020-05-25 20:23:45 -04:00
Krishna Vedala 6e1da7f0cd
start commit 2020-05-25 20:20:04 -04:00
Krishna Vedala 225cc4e9ba
remanant folder deletes 2020-05-25 20:11:30 -04:00
Krishna Vedala 71e0c75224
added ls for debug purposes 2020-05-25 20:06:00 -04:00
Krishna Vedala fb2ab2be33
dont clean after checkout 2020-05-25 20:00:42 -04:00
Krishna Vedala 9275b6a97e
use actions checkout to checkout branch 2020-05-25 19:58:51 -04:00
Krishna Vedala 630f213118
compile, build doc and amke folder ready to commit 2020-05-25 19:55:14 -04:00
Krishna Vedala 4e37257e65
install graphviz instead of "dot" 2020-05-25 19:43:33 -04:00
Krishna Vedala d87a8824f6
corrected ninja-build package name 2020-05-25 19:42:15 -04:00
Krishna Vedala 8b9bac2513
added sudo command to install 2020-05-25 19:41:15 -04:00
Krishna Vedala 39a1c402c4
install requirements 2020-05-25 19:38:44 -04:00
Krishna Vedala 915bedddcb
docs build action 2020-05-25 19:33:27 -04:00
Krishna Vedala d94681b5a4
change base_url of the workflows to "kvedala/C" 2020-04-23 16:56:04 -04:00
Krishna Vedala 3a816e0414
checkout submodule as well 2020-04-07 22:18:08 -04:00
Krishna Vedala b39694aeb3
use cd to build directory 2020-04-07 22:14:44 -04:00
Krishna Vedala 0248b523b6
changed to checkout@master 2020-04-07 22:12:54 -04:00
Krishna Vedala a0b7dbb92f
Create ccpp.yml
make workflow
2020-04-07 22:07:29 -04:00
Christian Clauss 90e6ee0771
update_directory_md.yml: Remove GH Actions workaround 2020-01-27 22:37:32 +01:00
Christian Clauss e2c65cab9c
Remove header files 2020-01-09 09:39:24 +01:00
Christian Clauss 1ac21a391f
C-Plus-Plus --> C 2020-01-09 09:32:25 +01:00
Christian Clauss c494f71131
Create update_directory_md.yml
This GitHub Action updates the DIRECTORY.md file (if needed) when doing a git push.

Copied from https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/.github/workflows/update_directory_md.yml
2020-01-09 09:29:24 +01:00