From 80924cd5e0228bf86e2e23fbc520b9d86085e9da Mon Sep 17 00:00:00 2001 From: Martin Teichmann <martin.teichmann@xfel.eu> Date: Mon, 18 Jan 2021 18:14:18 +0000 Subject: [PATCH] add a CI script --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..19eb304 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +test: + image: python:3.8-slim + script: + - cd .. + - python3 -m ebpfcat.ebpf_test -v -- GitLab