]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update .gitlab-ci.yml
authorHiro <me@hiro7.eu>
Wed, 16 Aug 2017 19:20:04 +0000 (19:20 +0000)
committerHiro <me@hiro7.eu>
Wed, 16 Aug 2017 19:20:04 +0000 (19:20 +0000)
.gitlab-ci.yml

index 575fe7581fdb782dc3cc91a46ea18a8f8814effa..45e3052e40ba88a1505eb4ab5c3b3df121c354cf 100644 (file)
@@ -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: