forked from koreader/koreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f454a5
commit 31bb62d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule base
updated
14 files
+0 −7 | .busted | |
+1 −1 | .ci/test_script.sh | |
+28 −3 | .circleci/config.yml | |
+1 −0 | .github/workflows/build.yml | |
+25 −10 | Makefile | |
+6 −9 | Makefile.defs | |
+1 −0 | cache-key.base | |
+25 −0 | test-runner/busted_config.lua | |
+68 −0 | test-runner/meson.build | |
+227 −0 | test-runner/runtests | |
+4 −1 | thirdparty/cmake_modules/koenv.sh | |
+1 −0 | thirdparty/dropbear/CMakeLists.txt | |
+1 −0 | thirdparty/dropbear/localoptions.h.cmake | |
+1 −1 | thirdparty/kpvcrlib/crengine |