@@ -64,49 +64,38 @@ matrix:
6464 unset CC
6565 unset CXX
6666 env : CB_BUILD_AGENT='python2-darwin-x86_64-release'
67- - os : osx
68- before_install :
69- - |
70- unset CC
71- unset CXX
72- env : CB_BUILD_AGENT='python3-darwin-x86_64-release'
7367
7468script :
7569 - |
7670 set -x
7771 set -e
7872 if [ "${CB_BUILD_AGENT}" == 'clang-linux-x86_64-debug' ]; then
79- ./ya make --stat -d catboost/app catboost/pytest;
73+ ./ya make --stat -j4 - d catboost/app catboost/pytest;
8074 fi
8175
8276 if [ "${CB_BUILD_AGENT}" == 'clang-darwin-x86_64-debug' ]; then
83- ./ya make --stat -d catboost/app catboost/pytest;
77+ ./ya make --stat -j4 - d catboost/app catboost/pytest;
8478 fi
8579
8680 if [ "${CB_BUILD_AGENT}" == 'clang-linux-x86_64-release' ]; then
87- ./ya make --stat -rttt catboost/app catboost/pytest;
81+ ./ya make --stat -j4 - rttt catboost/app catboost/pytest;
8882 fi
8983
9084 if [ "${CB_BUILD_AGENT}" == 'clang-darwin-x86_64-release' ]; then
91- ./ya make --stat -rttt catboost/app catboost/pytest;
85+ ./ya make --stat -j4 - rttt catboost/app catboost/pytest;
9286 fi
9387
9488 if [ "${CB_BUILD_AGENT}" == 'python2-linux-x86_64-release' ]; then
9589 cd catboost/python-package;
96- python2.7 ./mk_wheel.py;
90+ python2.7 ./mk_wheel.py -j4 ;
9791 fi
9892
9993 if [ "${CB_BUILD_AGENT}" == 'python2-darwin-x86_64-release' ]; then
10094 cd catboost/python-package;
101- python2.7 ./mk_wheel.py;
95+ python2.7 ./mk_wheel.py -j4 ;
10296 fi
10397
10498 if [ "${CB_BUILD_AGENT}" == 'python3-linux-x86_64-release' ]; then
10599 cd catboost/python-package;
106- python3.4 ./mk_wheel.py;
107- fi
108-
109- if [ "${CB_BUILD_AGENT}" == 'python3-darwin-x86_64-release' ]; then
110- cd catboost/python-package;
111- python3.4 ./mk_wheel.py;
100+ python3.4 ./mk_wheel.py -j4;
112101 fi
0 commit comments