Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
220 B
21 lines
220 B
2 years ago
|
version: 2
|
||
|
|
||
|
sphinx:
|
||
|
builder: html
|
||
|
|
||
|
build:
|
||
|
os: "ubuntu-22.04"
|
||
|
tools:
|
||
|
python: "3"
|
||
|
rust: "1.61"
|
||
|
apt_packages:
|
||
|
- clang
|
||
|
|
||
|
python:
|
||
|
install:
|
||
|
- method: pip
|
||
|
path: python
|
||
|
|
||
|
submodules:
|
||
|
include: all
|