Loading .gitlab-ci.yml +14 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,20 @@ lint: except: - schedules tests-wsl: stage: test variables: LC_ALL: C.UTF-8 LANG: C.UTF-8 tags: - wsl before_script: - mount - df -h script: - tox # Automatically build documentation for every commit, we want to know # if building documentation fails even if we're not deploying it. docs: Loading tests/testutils/filetypegenerator.py +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ def generate_file_types(path): clean() s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) print("*** Binding unix socket to {}".format(path)) s.bind(path) yield clean() Loading
.gitlab-ci.yml +14 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,20 @@ lint: except: - schedules tests-wsl: stage: test variables: LC_ALL: C.UTF-8 LANG: C.UTF-8 tags: - wsl before_script: - mount - df -h script: - tox # Automatically build documentation for every commit, we want to know # if building documentation fails even if we're not deploying it. docs: Loading
tests/testutils/filetypegenerator.py +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ def generate_file_types(path): clean() s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) print("*** Binding unix socket to {}".format(path)) s.bind(path) yield clean()