authelia/scripts/travis.sh

24 lines
392 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -e
docker --version
docker-compose --version
2018-08-09 20:24:02 +00:00
echo "node `node -v`"
echo "npm `npm -v`"
# Generate configuration schema
grunt schema
# Run unit tests
grunt test-unit
# Build the app from Typescript and package
grunt build-dist
2017-07-14 17:05:42 +00:00
# Run integration/example tests
./scripts/integration-tests.sh
# Test npm deployment before actual deployment
./scripts/npm-deployment-test.sh