mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-17 13:54:55 +00:00
Continuous integration testing support completed
This commit is contained in:
5
Makefile
5
Makefile
@@ -31,11 +31,14 @@ lint:
|
||||
@./scripts/lint.sh
|
||||
|
||||
bundle:
|
||||
@browserify -d -r ./:openpgp > ./resources/openpgp.js
|
||||
@browserify -d -r ./src/:openpgp > ./resources/openpgp.js
|
||||
|
||||
bundle-test:
|
||||
@browserify -d -r ./test/test-all.js:test-bundle.js > ./test/test-bundle.js
|
||||
|
||||
bundle-ci-test:
|
||||
@browserify -d -x openpgp -r ./test/ci-tests-all.js:ci-tests > ./test/lib/ci-tests-bundle.js
|
||||
|
||||
test:
|
||||
@echo to be implemented
|
||||
@echo Open test/index.html instead
|
||||
|
||||
Reference in New Issue
Block a user