404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.116.21.127: ~ $
sudo: false

env:
  - CXX=clang++ npm_config_v8_enable_pointer_compression=0 npm_config_v8_enable_31bit_smis_on_64bit_arch=0

language: node_js

os:
  - linux
  - osx

osx_image: xcode10

node_js:
  - "10"
  - "12"
  - "14"

install:
  - npm install --build-from-source

before_deploy:
  - ARCHIVE_NAME="${TRAVIS_TAG:-latest}-$TRAVIS_OS_NAME-`uname -m`.tar"
  - npm run prebuildify
  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ARCH=ia32 npm run prebuildify; fi
  - tar --create --verbose --file="$ARCHIVE_NAME" --directory "$TRAVIS_BUILD_DIR/prebuilds" .

deploy:
  provider: releases
  draft: false
  prerelease: true
  file: "$ARCHIVE_NAME"
  skip_cleanup: true
  on:
    tags: true
    node: 12
  api_key: $PREBUILD_GITHUB_TOKEN

Filemanager

Name Type Size Permission Actions
build Folder 0755
prebuilds Folder 0755
v8_enable_pointer_compression=false Folder 0755
.esm-wrapper.mjs File 81 B 0644
.taprc File 280 B 0644
.travis.yml File 735 B 0644
LICENSE File 1.06 KB 0644
README.md File 214 B 0644
binding.cc File 475 B 0644
binding.gyp File 552 B 0644
index.d.ts File 62 B 0644
index.js File 110 B 0644
package.json File 972 B 0644
test.js File 941 B 0644