-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luke Bayas
committed
Mar 26, 2013
1 parent
2ba966f
commit a271336
Showing
10 changed files
with
21 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
language: ruby | ||
|
||
rvm: | ||
- 2.0.0 | ||
- 1.9.3 | ||
- 1.9.2 | ||
- 1.8.7 | ||
|
||
env: | ||
- NUODB_ROOT=/opt/nuodb | ||
- RUBY_ROOT=/ | ||
|
||
notifications: | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
|
||
before_script: | ||
- make install | ||
- wget http://www.nuodb.com/latest/nuodb-1.0-GA.linux.x86_64.deb --output-document=/var/tmp/nuodb.deb | ||
- sudo dpkg -i /var/tmp/nuodb.deb | ||
|
||
script: | ||
- make all | ||
- NUODB_ROOT=/opt/nuodb bundle exec rake test install | ||
|
||
after_script: | ||
- make uninstall | ||
- sudo dpkg -r nuodb |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
=== 1.0.0 | ||
|
||
First release of the NuoDB API gem. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
COPYING | ||
History.txt | ||
Manifest.txt | ||
README.rdoc | ||
README.md | ||
Rakefile | ||
ext/nuodb/extconf.rb | ||
ext/nuodb/nuodb.cpp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/sh -e | ||
|
||
wget http://www.nuodb.com/latest/nuodb-1.0-GA.linux.x86_64.deb --output-document=/var/tmp/nuodb.deb | ||
sudo dpkg -i /var/tmp/nuodb.deb | ||
sudo dpkg -i /var/tmp/nuodb.deb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters