Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AlekSIS®
Official
AlekSIS
Commits
a8c92764
Verified
Commit
a8c92764
authored
Feb 11, 2021
by
Dominik George
🍻
Browse files
Run Makefile if available at build
parent
5fd625cc
Pipeline
#5799
passed with stage
in 1 minute and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
template/tox.ini.in
View file @
a8c92764
...
...
@@ -5,6 +5,7 @@ envlist = py37,py38,py39
[testenv]
whitelist_externals = poetry
sh
sudo
skip_install = true
envdir = {toxworkdir}/globalenv
...
...
@@ -36,7 +37,9 @@ commands =
[testenv:build]
commands_pre =
poetry run sh -c "cd aleksis; aleksis-admin compilemessages"
commands = poetry build
commands =
/bin/sh -c "test -e Makefile && make"
poetry build
[testenv:docs]
commands = poetry run make -C docs/ html {posargs}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment