tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 40288fd7728989aea96cd9f68986ab68fdb1b05d
parent b3a992d662d7cd9dcf11878e090d89d0123ccb3c
Author: Hiro <me@hiro7.eu>
Date:   Wed, 16 Aug 2017 19:20:04 +0000

Update .gitlab-ci.yml
Diffstat:
M.gitlab-ci.yml | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git 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: