|
@@ -16,17 +16,19 @@ os: osx
|
|
# - ocl-icd-opencl-dev
|
|
# - ocl-icd-opencl-dev
|
|
# - fglrx
|
|
# - fglrx
|
|
|
|
|
|
-git:
|
|
|
|
- depth: false
|
|
|
|
|
|
+# git:
|
|
|
|
+# depth: false
|
|
|
|
|
|
-install:
|
|
|
|
- # There is sometimes issues with the install order so do this bad boi first
|
|
|
|
- - pip3 install pybind11
|
|
|
|
- - pip3 install -r requirements.txt
|
|
|
|
- - pip3 install -e .
|
|
|
|
|
|
+# install:
|
|
|
|
+# # There is sometimes issues with the install order so do this bad boi first
|
|
|
|
+# - pip3 install pybind11
|
|
|
|
+# - pip3 install -r requirements.txt
|
|
|
|
+# - pip3 install -e .
|
|
|
|
|
|
-script:
|
|
|
|
- - python3 setup.py test
|
|
|
|
|
|
+# script:
|
|
|
|
+# - python3 setup.py test
|
|
|
|
+install:
|
|
|
|
+ - pip3 install Sphinx
|
|
|
|
|
|
after_success:
|
|
after_success:
|
|
- make html
|
|
- make html
|
|
@@ -36,6 +38,6 @@ deploy:
|
|
skip-cleanup: true
|
|
skip-cleanup: true
|
|
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
|
|
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
|
|
keep-history: true
|
|
keep-history: true
|
|
- local-dir: ./
|
|
|
|
|
|
+ local-dir: ./build/html
|
|
on:
|
|
on:
|
|
branch: master
|
|
branch: master
|