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

make tests work on gitlab again

parent 58e200dd
No related branches found
No related tags found
No related merge requests found
test:
image: python:3.8-slim
script:
- python3 -m ebpfcat.ebpf_test -v Tests && python3 -m ebpfcat.ethercat_test -v
docs:
image: sphinxdoc/sphinx
script:
- apt-get update
- apt-get install -y openssh-client
- pip3 install . --user
- sphinx-build -b html -d _build/doctrees . _build/html
- eval $(ssh-agent)
- echo "$SSHKEY" | ssh-add -
- ssh -o UserKnownHostsFile=known_hosts wp86team@exflqr30526 "./doc-prepare ec_$CI_COMMIT_REF_NAME"
- scp -o UserKnownHostsFile=known_hosts -r _build/html wp86team@exflqr30526:html/ec_$CI_COMMIT_REF_NAME
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