mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
Add a "C" locale testing configuration
This commit is contained in:
parent
819b9953c5
commit
2deb0a4b26
@ -16,6 +16,7 @@ workflows:
|
||||
|
||||
- "magic-folder-ubuntu-14.04"
|
||||
- "deprecations"
|
||||
- "c-locale"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
@ -108,6 +109,17 @@ jobs:
|
||||
- image: "debian:9"
|
||||
|
||||
|
||||
c-locale:
|
||||
<<: *DEBIAN
|
||||
docker:
|
||||
- image: "debian:9"
|
||||
|
||||
environment:
|
||||
<<: *UTF_8_ENVIRONMENT
|
||||
LANG: "C"
|
||||
|
||||
|
||||
|
||||
deprecations:
|
||||
<<: *DEBIAN
|
||||
docker:
|
||||
|
Loading…
x
Reference in New Issue
Block a user