mirror of
https://github.com/searxng/searxng.git
synced 2025-07-23 21:29:21 +02:00
[fix] build workflows of the themes
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
e4f8f0483f
commit
15d0e274b3
7 changed files with 66 additions and 31 deletions
|
@ -89,7 +89,6 @@ test.robot() {
|
|||
dump_return $?
|
||||
}
|
||||
|
||||
|
||||
test.rst() {
|
||||
build_msg TEST "[reST markup] ${RST_FILES[*]}"
|
||||
|
||||
|
@ -98,6 +97,12 @@ test.rst() {
|
|||
done
|
||||
}
|
||||
|
||||
test.themes() {
|
||||
build_msg TEST 'SearXNG themes'
|
||||
themes.test
|
||||
dump_return $?
|
||||
}
|
||||
|
||||
test.pybabel() {
|
||||
TEST_BABEL_FOLDER="build/test/pybabel"
|
||||
build_msg TEST "[extract messages] pybabel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue