提交 5a7c5fe1 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

install node in centos

上级 0ff88366
......@@ -10,12 +10,9 @@ jobs:
- checkout
# - setup_remote_docker:
# docker_layer_caching: true
- run:
- name: Test
- command: |
curl --silent --location https://rpm.nodesource.com/setup_10.x > /tmp/node-install.sh
sudo bash /tmp/node-install.sh
sudo yum -y install nodejs
sudo yum install gcc-c++ make
npm install
npm test
- run: curl --silent --location https://rpm.nodesource.com/setup_10.x > /tmp/node-install.sh
- run: sudo bash /tmp/node-install.sh
- run: sudo yum -y install nodejs
- run: sudo yum install gcc-c++ make
- run: npm install
- run: npm test
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册