[tor-commits] [tor/master] Update .gitlab-ci.yml
nickm at torproject.org
nickm at torproject.org
Tue Sep 19 17:44:02 UTC 2017
commit 40288fd7728989aea96cd9f68986ab68fdb1b05d
Author: Hiro <me at hiro7.eu>
Date: Wed Aug 16 19:20:04 2017 +0000
Update .gitlab-ci.yml
---
.gitlab-ci.yml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 575fe7581..45e3052e4 100644
--- a/.gitlab-ci.yml
+++ b/.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:
More information about the tor-commits
mailing list