[tor-commits] [onionperf/disposable-ci-nonsense-branch] nonsense
irl at torproject.org
irl at torproject.org
Mon Jul 15 18:04:08 UTC 2019
commit 39b8bac988c1aac9647616d64efe3c4e0d3fd27f
Author: Iain R. Learmonth <irl at fsfe.org>
Date: Mon Jul 15 18:48:58 2019 +0100
nonsense
---
.gitlab-ci.yml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..bf861ce
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,18 @@
+stages:
+ - build
+
+build:
+ stage: build
+ image: debian:buster
+ script:
+ - apt update
+ - apt install git cmake make build-essential gcc libigraph0-dev libglib2.0-dev python-dev libxml2-dev python-lxml python-networkx python-scipy python-matplotlib python-numpy libevent-dev libssl-dev python-stem tor
+ - git clone https://github.com/shadow/tgen.git
+ - mkdir -p tgen/build
+ - pushd tgen/build
+ - cmake ..
+ - make
+ - ln -s `pwd`/tgen /usr/bin/
+ - popd
+ - python setup.py build
+ - python setup.py install
More information about the tor-commits
mailing list