Skip to content
Snippets Groups Projects
Commit 28785415 authored by Martin Teichmann's avatar Martin Teichmann
Browse files

make tests work on gitlab again

parent 4febb4d8
No related branches found
No related tags found
No related merge requests found
Pipeline #97532 failed
...@@ -4,9 +4,11 @@ test: ...@@ -4,9 +4,11 @@ test:
- python3 -m ebpfcat.ebpf_test -v Tests && python3 -m ebpfcat.ethercat_test -v - python3 -m ebpfcat.ebpf_test -v Tests && python3 -m ebpfcat.ethercat_test -v
docs: docs:
image: tk0miya/sphinx-html image: sphinxdoc/sphinx
script: script:
- python3 setup.py install --user - apt-get update
- apt-get install -y openssh-client
- pip3 install . --user
- sphinx-build -b html -d _build/doctrees . _build/html - sphinx-build -b html -d _build/doctrees . _build/html
- eval $(ssh-agent) - eval $(ssh-agent)
- echo "$SSHKEY" | ssh-add - - echo "$SSHKEY" | ssh-add -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment