authelia/scripts/authelia-scripts-travis

23 lines
371 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
export PATH=./scripts:$PATH
docker --version
docker-compose --version
2018-08-09 20:24:02 +00:00
echo "node `node -v`"
echo "npm `npm -v`"
# Run unit tests
2019-02-22 09:27:54 +00:00
authelia-scripts unittest
# Build
authelia-scripts build
# Run integration tests
authelia-scripts test --headless test/suites/**/*.ts
# Test npm deployment before actual deployment
# ./scripts/npm-deployment-test.sh