Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 1006a4f

Browse files
committed
Simplify cibuild script
1 parent 9327acd commit 1006a4f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

script/cibuild

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
#!/bin/sh -e
22
# Usage: script/cibuild
33
# CI build script.
4-
# This is tailored for the janky build machines.
54

6-
# change into root dir and setup path
7-
cd $(dirname "$0")/..
8-
export PATH="$(pwd)/bin:$(pwd)/script:$(pwd)/node_modules/.bin:/usr/share/rbenv/shims:/opt/phantomjs/bin:/usr/share/nvm/0.8.11/bin:$PATH"
9-
10-
# setup Ruby version
11-
if [ -d /usr/share/rbenv/shims ]; then export PATH=/usr/share/rbenv/shims:$PATH; fi
12-
export RBENV_VERSION="1.9.3-p231-tcs-github"
13-
14-
# Write commit we're building at
15-
git log -n 1 || true
16-
echo
17-
18-
export DISPLAY=:99.0
19-
20-
./script/bootstrap
215
./script/testsuite 4018
226
bundle exec rake test

0 commit comments

Comments
 (0)