This repository has been archived by the owner on May 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from RebirthDB/next
Making changes from next branch to 2.4 release branch
- Loading branch information
Showing
754 changed files
with
524 additions
and
126,858 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 |
---|---|---|
|
@@ -48,6 +48,8 @@ last_tested_versions | |
/**/run | ||
/test_results.* | ||
|
||
/vendored/ | ||
|
||
/windows_deps/ | ||
/x64/ | ||
/RethinkDB.sdf | ||
|
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
language: cpp | ||
sudo: required | ||
dist: trusty | ||
os: | ||
- linux | ||
notifications: | ||
email: | ||
- [email protected] | ||
before_install: | ||
- sudo apt-get -qq update | ||
- sudo apt-get install mg | ||
- sudo apt-get install build-essential protobuf-compiler python | ||
- sudo apt-get install libprotobuf-dev libcurl4-openssl-dev libboost-all-dev | ||
- sudo apt-get install libncurses5-dev libjemalloc-dev wget m4 g++ | ||
|
||
# Enable C++ support | ||
language: cpp | ||
|
||
# Compiler selection | ||
compiler: | ||
- gcc | ||
|
||
# Build steps | ||
install: | ||
- ./configure --allow-fetch | ||
- make -j8 | ||
|
||
script: | ||
- make test | ||
- ./build/release/rethinkdb-unittest |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.