Check which locale supports bitbucket pipelines.
--HG-- branch : develop
This commit is contained in:
parent
b5457867e5
commit
9e9e2a1455
|
@ -8,6 +8,7 @@ pipelines:
|
|||
develop:
|
||||
- step:
|
||||
script:
|
||||
- locale
|
||||
- cat /etc/*-release
|
||||
- uname -a
|
||||
- grep -i processor /proc/cpuinfo | wc -l
|
||||
|
@ -21,4 +22,4 @@ pipelines:
|
|||
- make -j$(nproc)
|
||||
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/opt/atlassian/bitbucketci/agent/build/build/src/libs/vpropertyexplorer/bin:/opt/atlassian/bitbucketci/agent/build/build/src/libs/qmuparser/bin"
|
||||
# QTestLib require GUI support for some tests
|
||||
- xvfb-run -a make check
|
||||
- xvfb-run -a make check
|
||||
|
|
Loading…
Reference in New Issue
Block a user