mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2024-11-23 19:42:46 +01:00
10 lines
114 B
Bash
Executable File
10 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# exit if any test fails
|
|
set -e
|
|
|
|
make test
|
|
|
|
php -f bin/tools/generate_authors.php
|
|
git add AUTHORS.md
|