*Need to install unbound before running yarn
ci/woodpecker/manual/woodpecker Pipeline failed Details

This commit is contained in:
Derrick Hammer 2022-12-12 06:40:55 -05:00
parent 48d5f654b2
commit b738b466c5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 1 additions and 3 deletions

View File

@ -2,6 +2,7 @@ pipeline:
build: build:
image: git.lumeweb.com/lumeweb/ci-node image: git.lumeweb.com/lumeweb/ci-node
commands: commands:
- apt install libunbound-dev
- yarn - yarn
- yarn build - yarn build
package: package:

View File

@ -1,8 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
apt install libunbound-dev
node build.js node build.js
mkdir -p dist/build/Release mkdir -p dist/build/Release
cp node_modules/bdb/build/Release/leveldown.node dist/build/Release/leveldown.node cp node_modules/bdb/build/Release/leveldown.node dist/build/Release/leveldown.node