1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-23 12:25:16 +01:00
bitwarden-server/build.sh

30 lines
584 B
Bash
Raw Normal View History

2017-08-07 17:24:16 +02:00
#!/usr/bin/env bash
set -e
2017-08-19 21:27:57 +02:00
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2017-08-07 17:24:16 +02:00
2017-08-19 21:27:57 +02:00
echo ""
echo "Building bitwarden"
echo "=================="
2017-08-07 17:24:16 +02:00
2017-08-19 21:27:57 +02:00
chmod u+x $DIR/src/Api/build.sh
2017-08-07 17:24:16 +02:00
$DIR/src/Api/build.sh
2017-08-19 21:27:57 +02:00
chmod u+x $DIR/src/Identity/build.sh
2017-08-07 17:24:16 +02:00
$DIR/src/Identity/build.sh
2017-08-19 21:27:57 +02:00
chmod u+x $DIR/util/Server/build.sh
$DIR/util/Server/build.sh
2017-08-19 21:27:57 +02:00
chmod u+x $DIR/util/Nginx/build.sh
$DIR/util/Nginx/build.sh
2017-08-19 21:27:57 +02:00
chmod u+x $DIR/util/Attachments/build.sh
$DIR/util/Attachments/build.sh
2017-08-19 21:27:57 +02:00
chmod u+x $DIR/util/MsSql/build.sh
$DIR/util/MsSql/build.sh
2017-08-19 21:27:57 +02:00
chmod u+x $DIR/util/Setup/build.sh
2017-08-07 22:31:00 +02:00
$DIR/util/Setup/build.sh