1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/scripts/travis.sh
2019-02-11 23:23:40 +01:00

24 lines
394 B
Bash
Executable File

#!/bin/bash
set -e
docker --version
docker-compose --version
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
# Run integration/example tests
./scripts/integration-tests.sh
# Test npm deployment before actual deployment
# ./scripts/npm-deployment-test.sh