0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 12:22:14 +02:00

Update .gitlab-ci.yml

This commit is contained in:
Hiro 2017-08-16 19:20:04 +00:00
parent b3a992d662
commit 40288fd772

View 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: