11version : 2
22
33jobs :
4- build_linux_c_compilergcccxx_compilergxx :
4+ build_linux_c_compilergcccxx_compilergxxtarget_platformlinux-64 :
55 working_directory : ~/test
66 machine : true
77 environment :
8- - CONFIG : " linux_c_compilergcccxx_compilergxx "
8+ - CONFIG : " linux_c_compilergcccxx_compilergxxtarget_platformlinux-64 "
99 steps :
1010 - checkout
1111 - run :
@@ -18,11 +18,11 @@ jobs:
1818 - run :
1919 # Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
2020 command : ./.circleci/run_docker_build.sh
21- build_linux_c_compilertoolchain_ccxx_compilertoolchain_cxx :
21+ build_linux_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformlinux-64 :
2222 working_directory : ~/test
2323 machine : true
2424 environment :
25- - CONFIG : " linux_c_compilertoolchain_ccxx_compilertoolchain_cxx "
25+ - CONFIG : " linux_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformlinux-64 "
2626 steps :
2727 - checkout
2828 - run :
@@ -35,12 +35,12 @@ jobs:
3535 - run :
3636 # Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
3737 command : ./.circleci/run_docker_build.sh
38- build_osx_c_compilerclangcxx_compilerclangxx :
38+ build_osx_c_compilerclangcxx_compilerclangxxtarget_platformosx-64 :
3939 working_directory : ~/test
4040 macos :
4141 xcode : " 9.0"
4242 environment :
43- - CONFIG : " osx_c_compilerclangcxx_compilerclangxx "
43+ - CONFIG : " osx_c_compilerclangcxx_compilerclangxxtarget_platformosx-64 "
4444 steps :
4545 - checkout
4646 - run :
@@ -51,12 +51,12 @@ jobs:
5151 - run :
5252 # Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
5353 command : ./.circleci/run_osx_build.sh
54- build_osx_c_compilertoolchain_ccxx_compilertoolchain_cxx :
54+ build_osx_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformosx-64 :
5555 working_directory : ~/test
5656 macos :
5757 xcode : " 9.0"
5858 environment :
59- - CONFIG : " osx_c_compilertoolchain_ccxx_compilertoolchain_cxx "
59+ - CONFIG : " osx_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformosx-64 "
6060 steps :
6161 - checkout
6262 - run :
@@ -72,7 +72,7 @@ workflows:
7272 version : 2
7373 build_and_test :
7474 jobs :
75- - build_linux_c_compilergcccxx_compilergxx
76- - build_linux_c_compilertoolchain_ccxx_compilertoolchain_cxx
77- - build_osx_c_compilerclangcxx_compilerclangxx
78- - build_osx_c_compilertoolchain_ccxx_compilertoolchain_cxx
75+ - build_linux_c_compilergcccxx_compilergxxtarget_platformlinux-64
76+ - build_linux_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformlinux-64
77+ - build_osx_c_compilerclangcxx_compilerclangxxtarget_platformosx-64
78+ - build_osx_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformosx-64
0 commit comments