From 4ceef56f1a7655cf1435cc2f14487c6b995831fb Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 2 Feb 2019 20:00:17 +0800 Subject: [PATCH] CI: Migrate to Circle2.0 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ca1ebf0f..b1c513fae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,13 +5,13 @@ jobs: - image: ossrs/dev steps: - checkout - - cd trunk && ./configure --without-ssl --without-valgrind && make + - run: cd trunk && ./configure --without-ssl --without-valgrind && make test: docker: - image: ossrs/dev steps: - checkout - - cd trunk && ./configure --without-ssl --without-valgrind && make && ./objs/srs_utest + - run: cd trunk && ./configure --without-ssl --without-valgrind && make && ./objs/srs_utest workflows: version: 2 build_and_test: