roswell.roswell/circle.yml
2017-05-22 23:32:59 +09:00

39 lines
1.1 KiB
YAML

general:
dependencies:
pre:
- sudo apt-get update
- sudo apt-get -qq install pandoc ruby-sass debhelper dh-autoreconf bash-completion
cache_directories:
- "~/.rosproxy"
machine:
environment:
PATH: ~/.roswell/bin:~/.linuxbrew/bin:$PATH
test:
post:
- if ! [ -f "$HOME/.rosproxy/proxy" ]; then
mkdir -p $HOME/.rosproxy/;
curl -L https://github.com/snmsts/roswell-proxy/releases/download/v0.5/v0.5-linux.tgz |tar xzf -;
cp proxy $HOME/.rosproxy/proxy;
fi
- $HOME/.rosproxy/proxy daemon
- mkdir ~/.roswell
- echo "ros.proxy 0 localhost:5000" > ~/.roswell/config
- echo "proxy.http.only 0 1" >> ~/.roswell/config
- sh bootstrap
- ./configure
- make -j4
- sudo make install
- ros -v quicklisp.dist=http://beta.quicklisp.org/dist/quicklisp.txt setup
- ros version
- ros install
- ros install prove fukamachi/sblint zip
- ros -v run -- --version
- ros config
- man -Pcat ros
- ros ./debian/debian.ros
- find debian/debian/ -maxdepth 1 -type f| xargs -i% mv % $CIRCLE_ARTIFACTS
- cat /tmp/proxy-log || true