You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
736 B

sudo: required
services:
- docker
before_install: npm install -g npm@latest
install: npm ci
after_success:
- sha256sum build/* > build/SHA256SUMS
- cat build/SHA256SUMS
7 years ago
script: |-
version=$(grep '"version":' src/drivers/webextension/manifest.json | sed 's/^.*"version": "\(.*\)".*$/\1/'); ./run build $version
deploy:
provider: releases
api_key:
secure: mco1ycbfGXZEiBywOmM5A50Y1QPFawj4i0gdB9JDkXDvY7N2kPZyCdAeOQOMEJuetGT3HvJuTG0Ll47sithZfPqq6wx/4EeP8YQYYFIyoOlsIGi5MDR1kS5ZOqKDWGe5+x+/rUZbmuMHvgHWNSjPG8mBrp5xWmON6ETkLWfVB0c=
file_glob: true
file: build/*
skip_cleanup: true
on:
repo: AliasIO/wappalyzer
tags: true
env:
7 years ago
- CXX=g++-4.8
notifications:
slack: wappalyzer:ppXlJRMBDxrKYS9vgVxT7FuH