| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- add tests whith disabled dependencies
|
|
|
|
| |
- remove `brew trap science`
|
|
|
|
|
|
|
|
|
|
| |
Currently the CI fails due to the issue
```
Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated.
The command "if [ $TRAVIS_OS_NAME = osx ]; then brew update; brew tap homebrew/science; fi" failed and exited with 1 during .
```
Until the fix is implemented the OSX tests will be disabled.
|
|
|
|
|
| |
- forbid PR to master if not from our reposetory and named `dev` or `release-*`
- do not check forks
|
|
|
|
| |
add `brew update` to avoid that `brew tap homebrew/science` crash
|
| |
|
|
|
|
| |
- add CIvariables to debug cuda build
|
|
|
|
|
| |
- fix windows CI
- add CUDA to linux CI
|
| |
|
| |
|
|
|