소스 검색

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: