realaravinth
7483bde21f
feat: also publish latest docker img
...
ref: https://github.com/mCaptcha/mCaptcha/issues/37#issuecomment-1206495731
2022-08-05 19:35:01 +05:30
realaravinth
4ad44b39b3
Fixes #2 : fix docker builds
...
Docker layer caching broke the build. target/release/libcache.so that
was copied over from "builder" stage img was the result of the first
stage of compilation(dependencies only and no source code)
So the object file didn't contain anything that resembled this repo's source
code.
This patch employs a slightly modified caching technique(see Dockerfile)
which fixes the issue
2021-12-16 14:51:51 +05:30
realaravinth
005d69d80f
fix docker img publish routine
2021-12-06 16:23:06 +05:30
realaravinth
7c19ec4f51
update deps
2021-12-06 13:16:18 +05:30
realaravinth
99e95b70b5
add spellcheck workflow and fix typos
2021-12-06 13:05:58 +05:30
realaravinth
a1f9bcb247
documentation and remove redundant methods
2021-08-31 19:40:32 +05:30
realaravinth
2b9144f560
benchmark script
2021-06-09 19:41:58 +05:30
realaravinth
5c0f668947
document private items
2021-06-07 18:55:40 +05:30
realaravinth
8d6fa92231
pin mcaptcha and mcaptcha safety
2021-06-07 18:16:40 +05:30
realaravinth
14cbd467bf
update libmcpatcha source
2021-06-07 17:18:27 +05:30
realaravinth
17c2fcacd9
udpate docs command
2021-06-06 23:12:27 +05:30
realaravinth
29a7adc1ab
tests use async/await
2021-06-06 17:02:02 +05:30
realaravinth
184fe87e66
test runner and venv
2021-06-06 11:40:30 +05:30
realaravinth
d0a67a712a
mcaptcha type
2021-06-06 10:15:06 +05:30
realaravinth
41ff1bc1ae
CI: generate coverage
2021-06-05 17:28:43 +05:30
realaravinth
55f633028d
makefile correction: use right docker contaier
2021-06-05 17:23:09 +05:30
realaravinth
805e1174cc
CI typo and makefile improvements
2021-06-05 17:14:51 +05:30
realaravinth
965a7acd65
integration tests and makefile
2021-06-05 16:56:35 +05:30