[WIP] Added Object::New() taking a list of properties. #628
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #628 [WIP] Added Object::New() taking a list of properties..
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has 24 jobs, running in parallel.
| Job | Compiler | ENV | OS | State | Notes |
|---|---|---|---|---|---|
| clang | NODEJS_VERSION=node/8 | Linux | passed | ||
| gcc | NODEJS_VERSION=node/8 | Linux | passed | ||
| clang | NODEJS_VERSION=node/10 | Linux | passed | ||
| gcc | NODEJS_VERSION=node/10 | Linux | passed | ||
| clang | NODEJS_VERSION=node/12 | Linux | passed | ||
| gcc | NODEJS_VERSION=node/12 | Linux | passed | ||
| clang | NODEJS_VERSION=node/13 | Linux | passed | ||
| gcc | NODEJS_VERSION=node/13 | Linux | passed | ||
| clang | NODEJS_VERSION=node/8 | macOS | passed | ||
| gcc | NODEJS_VERSION=node/8 | macOS | passed | ||
| clang | NODEJS_VERSION=node/10 | macOS | passed | ||
| gcc | NODEJS_VERSION=node/10 | macOS | passed | ||
| clang | NODEJS_VERSION=node/12 | macOS | passed | ||
| gcc | NODEJS_VERSION=node/12 | macOS | passed | ||
| clang | NODEJS_VERSION=node/13 | macOS | passed | ||
| gcc | NODEJS_VERSION=node/13 | macOS | passed | ||
| clang | NODEJS_VERSION=node/6 | Linux | passed | This job is allowed to fail. | |
| gcc | NODEJS_VERSION=node/6 | Linux | passed | This job is allowed to fail. | |
| clang | NODEJS_VERSION=nightly | Linux | passed | This job is allowed to fail. | |
| gcc | NODEJS_VERSION=nightly | Linux | passed | This job is allowed to fail. | |
| clang | NODEJS_VERSION=node/6 | macOS | passed | This job is allowed to fail. | |
| gcc | NODEJS_VERSION=node/6 | macOS | passed | This job is allowed to fail. | |
| clang | NODEJS_VERSION=nightly | macOS | passed | This job is allowed to fail. | |
| gcc | NODEJS_VERSION=nightly | macOS | passed | This job is allowed to fail. |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | C++ |
| Operating System | Linux (Trusty), macOS |
| Compiler Versions | clang, gcc |
Build Configuration
{
"os": [
"linux",
"osx"
],
"env": [
"NODEJS_VERSION=node/6",
"NODEJS_VERSION=node/8",
"NODEJS_VERSION=node/10",
"NODEJS_VERSION=node/12",
"NODEJS_VERSION=node/13",
"NODEJS_VERSION=nightly"
],
"dist": "trusty",
"sudo": false,
"cache": {
"directories": [
"node_modules",
"$HOME/.npm"
]
},
"group": "stable",
"addons": {
"apt": {
"sources": [
"ubuntu-toolchain-r-test"
],
"packages": [
"g++-4.9"
]
}
},
"matrix": {
"fast_finish": true,
"allow_failures": [
{
"env": "NODEJS_VERSION=nightly"
},
{
"env": "NODEJS_VERSION=node/6"
}
]
},
"script": [
"unset NVM_NODEJS_ORG_MIRROR",
"npm test"
],
".result": "configured",
"install": [
"npm install $NPMOPT"
],
"compiler": [
"clang",
"gcc"
],
"language": "c++",
"global_env": [
"NVS_VERSION=1.4.2"
],
"after_success": [
"cpp-coveralls --gcov-options '\\-lp' --build-root test/build --exclude test"
],
"before_install": [
"pip2 install --user cpp-coveralls",
"if [ \"$CXX\" = \"g++\" -a \"$TRAVIS_OS_NAME\" = \"linux\" ]; then export CXX=\"g++-4.9\" CC=\"gcc-4.9\" AR=\"gcc-ar-4.9\" RANLIB=\"gcc-ranlib-4.9\" NM=\"gcc-nm-4.9\" ; fi",
"if [ \"$CXX\" = \"clang++\" ]; then export NPMOPT=--clang=1 ; fi",
"export CFLAGS=\"$CFLAGS -O3 --coverage\" LDFLAGS=\"$LDFLAGS --coverage\"",
"echo \"CFLAGS=\\\"$CFLAGS\\\" LDFLAGS=\\\"$LDFLAGS\\\"\"",
"git clone --branch v$NVS_VERSION --depth 1 https://github.com/jasongin/nvs ~/.nvs",
". ~/.nvs/nvs.sh",
"nvs --version",
"nvs add $NODEJS_VERSION",
"nvs use $NODEJS_VERSION",
"node --version",
"npm --version"
]
}
Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
