diff --git a/.cirrus.yml b/.cirrus.yml deleted file mode 100644 index daf0cb9..0000000 --- a/.cirrus.yml +++ /dev/null @@ -1,13 +0,0 @@ -freebsd_instance: - image_family: freebsd-12-2 - -task: - name: FreeBSD - provision_script: - - pkg install -y git node npm - install_script: - - git submodule update --init --recursive - # TODO: fails with "env: npm: No such file or directory" - # - env ELECTRON_SKIP_BINARY_DOWNLOAD=1 npm i --unsafe-perm - # test_script: npm t - test_script: echo skipped diff --git a/.npmignore b/.npmignore index 92fd42a..56b963e 100644 --- a/.npmignore +++ b/.npmignore @@ -42,7 +42,6 @@ yarn.lock .gitmodules .github .travis.yml -.cirrus.yml appveyor.yml tsconfig.json diff --git a/README.md b/README.md index 668eb49..a526ab5 100644 --- a/README.md +++ b/README.md @@ -148,8 +148,7 @@ The `classic-level` npm package ships with prebuilt binaries for popular 64-bit - **Linux**, including ARM platforms such as Raspberry Pi and Kindle - **Mac OS** (10.7 and later) -- **Windows** -- **FreeBSD** +- **Windows**. When installing `classic-level`, [`node-gyp-build`](https://github.com/prebuild/node-gyp-build) will check if a compatible binary exists and fallback to compiling from source if it doesn't. In that case you'll need a [valid `node-gyp` installation](https://github.com/nodejs/node-gyp#installation).