浏览代码

Update .gitlab-ci.yml

Hiro 6 年之前
父节点
当前提交
40288fd772
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      .gitlab-ci.yml

+ 3 - 5
.gitlab-ci.yml

@@ -23,11 +23,9 @@ before_script:
   
 build:
   script:
-    - "sh autogen.sh && ./configure && make && make install"
-    
-test:
-  script:
-    - "make test-full-online"
+    - "sh autogen.sh && ./configure && make"
+    - "make check"
+    - "make install"
 
 update:
   script: