Add TERM environment variable for all jobs

This commit is contained in:
Arun Kumar 2018-05-10 07:43:08 -05:00
parent 9b55161f3f
commit 0f3096b6ef

View File

@ -19,8 +19,6 @@ defaults:
- run_tests: &run_tests - run_tests: &run_tests
name: Tests name: Tests
command: scripts/tests.sh --junit_report test_results command: scripts/tests.sh --junit_report test_results
environment:
TERM: xterm
- solc_artifact: &solc_artifact - solc_artifact: &solc_artifact
path: build/solc/solc path: build/solc/solc
destination: solc destination: solc
@ -36,6 +34,8 @@ jobs:
build_emscripten: build_emscripten:
docker: docker:
- image: trzeci/emscripten:sdk-tag-1.37.21-64bit - image: trzeci/emscripten:sdk-tag-1.37.21-64bit
environment:
TERM: xterm
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -68,6 +68,8 @@ jobs:
test_emscripten_solcjs: test_emscripten_solcjs:
docker: docker:
- image: trzeci/emscripten:sdk-tag-1.37.21-64bit - image: trzeci/emscripten:sdk-tag-1.37.21-64bit
environment:
TERM: xterm
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
@ -92,6 +94,8 @@ jobs:
test_emscripten_external: test_emscripten_external:
docker: docker:
- image: trzeci/emscripten:sdk-tag-1.37.21-64bit - image: trzeci/emscripten:sdk-tag-1.37.21-64bit
environment:
TERM: xterm
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
@ -116,6 +120,8 @@ jobs:
build_x86_linux: build_x86_linux:
docker: docker:
- image: buildpack-deps:artful - image: buildpack-deps:artful
environment:
TERM: xterm
steps: steps:
- checkout - checkout
- run: - run:
@ -131,6 +137,8 @@ jobs:
build_x86_mac: build_x86_mac:
macos: macos:
xcode: "9.0" xcode: "9.0"
environment:
TERM: xterm
steps: steps:
- checkout - checkout
- run: - run:
@ -150,6 +158,8 @@ jobs:
test_x86_linux: test_x86_linux:
docker: docker:
- image: buildpack-deps:artful - image: buildpack-deps:artful
environment:
TERM: xterm
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
@ -167,6 +177,8 @@ jobs:
test_x86_mac: test_x86_mac:
macos: macos:
xcode: "9.0" xcode: "9.0"
environment:
TERM: xterm
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace: