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

make tests work on gitlab again

parent b27f15e5
No related branches found
No related tags found
2 merge requests!8Draft: move the index field to the end of packet,!7omnibus merge
Pipeline #97533 passed
...@@ -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