Skip to content
Snippets Groups Projects
Commit b453d291 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[conda/ci] adding LANG export to .gitlab-ci.yml instead

parent cd8e6c5f
No related branches found
No related tags found
1 merge request!12Click beat editor
Pipeline #
...@@ -106,6 +106,8 @@ build_macosx_36: ...@@ -106,6 +106,8 @@ build_macosx_36:
- ./_ci/before_build.sh - ./_ci/before_build.sh
- mv conda-bld ${CONDA_ROOT} - mv conda-bld ${CONDA_ROOT}
script: script:
- export LC_ALL=C.UTF-8
- export LANG=C.UTF-8
- export BEAT_BROWSER_TESTS=true - export BEAT_BROWSER_TESTS=true
- BOB_TEST_ONLY=true ./_ci/build.sh - BOB_TEST_ONLY=true ./_ci/build.sh
after_script: after_script:
......
...@@ -53,8 +53,6 @@ test: ...@@ -53,8 +53,6 @@ test:
- {{ name }} - {{ name }}
commands: commands:
- export LC_ALL=C.UTF-8 # [linux]
- export LANG=C.UTF-8 # [linux]
- beat editor --help - beat editor --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment