mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
snmsts -> roswell
parent
02f3e52b94
commit
3cf6115cb6
|
|
@ -9,7 +9,7 @@ Another usage is for bundling roswell in a standalone project which does not alt
|
|||
|
||||
Example:
|
||||
|
||||
$ git clone -b release https://github.com/snmsts/roswell.git
|
||||
$ git clone -b release https://github.com/roswell/roswell.git
|
||||
$ cd roswell
|
||||
$ sh bootstrap
|
||||
$ ./configure --prefix ~/.local/
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ Read the corresponding pages for a detailed description of how to use each servi
|
|||
|
||||
To choose where to get the source code of Roswell, configure these environment variables in `.travis.yml`.
|
||||
|
||||
- `ROSWELL_REPO`: Roswell repository to install. The default is `https://github.com/snmsts/roswell`.
|
||||
- `ROSWELL_REPO`: Roswell repository to install. The default is `https://github.com/roswell/roswell`.
|
||||
- `ROSWELL_BRANCH` Roswell branch or tag name to install. The default is `release`. (ex. `v0.0.3.41`)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ dependencies:
|
|||
- sudo apt-get install -y libltdl3-dev libhwloc-dev ocl-icd-opencl-dev g++-4.8 clang-3.6 libclang-3.6-dev llvm-3.6-dev libedit-dev
|
||||
- ./build-pocl.sh
|
||||
- sudo make -C pocl install
|
||||
- curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh
|
||||
- curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
|
||||
- ros install ccl-bin
|
||||
- git clone https://github.com/cffi/cffi.git ~/lisp/cffi
|
||||
post:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ matrix:
|
|||
- env: LISP=clisp
|
||||
|
||||
install:
|
||||
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh
|
||||
- curl -L https://raw.githubusercontent.com/roswell/roswell/release/scripts/install-for-ci.sh | sh
|
||||
|
||||
script:
|
||||
+ - ros -s prove -s cl-coveralls
|
||||
|
|
@ -50,7 +50,7 @@ matrix:
|
|||
- env: LISP=clisp
|
||||
|
||||
install:
|
||||
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh
|
||||
- curl -L https://raw.githubusercontent.com/roswell/roswell/release/scripts/install-for-ci.sh | sh
|
||||
|
||||
script:
|
||||
+ - run-prove quri-test.asd
|
||||
|
|
|
|||
2
Home.md
2
Home.md
|
|
@ -2,7 +2,7 @@ Welcome to the Roswell wiki!
|
|||
|
||||
## Found bugs?
|
||||
|
||||
When you find a bug, report to [GitHub Issues](https://github.com/snmsts/roswell/issues).
|
||||
When you find a bug, report to [GitHub Issues](https://github.com/roswell/roswell/issues).
|
||||
|
||||
Don't forget including the following information in the report:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue