提交 9cf6fdf8 编写于 作者: S superjom

remove matrix

上级 8dba75d9
......@@ -5,42 +5,22 @@ cache:
- $HOME/.cache/pip
sudo: required
dist: trusty
matrix:
include:
os: linux
addons:
apt:
packages:
- gcc-4.8
- g++-4.8
- git
- python
- python-pip
- python2.7-dev
- python-wheel
- clang-format-3.8
- ccache
- npm
- nodejs
script:
/bin/bash ./tests.sh backend
include:
os: linux
addons:
apt:
packages:
- gcc-4.8
- g++-4.8
- git
- python
- python-pip
- python2.7-dev
- python-wheel
- npm
- nodejs
script:
/bin/bash ./tests.sh frontend
os:
- linux
addons:
apt:
packages:
- gcc-4.8
- g++-4.8
- git
- python
- python-pip
- python2.7-dev
- python-wheel
- clang-format-3.8
- ccache
script:
/bin/bash ./tests.sh all
notifications:
email:
......
......@@ -22,6 +22,9 @@ echo "mode" $mode
if [ $mode = "backend" ]; then
backend_test
elif [ $mode = "all" ]; then
frontend_test
backend_test
else
frontend_test
fi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册