mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
only test ./gendocs on GNU/Linux
This helps with getting the tests running on OSX and other platforms.
This commit is contained in:
parent
5f1e57c7e6
commit
ff30bded21
@ -115,7 +115,10 @@ $fdroid --version
|
||||
echo_header "build the TeX manual"
|
||||
|
||||
cd $WORKSPACE/docs
|
||||
./gendocs.sh -o html --email admin@f-droid.org fdroid "F-Droid Server Manual"
|
||||
# this is only ever generated officially on GNU/Linux
|
||||
if [ `uname -s` == "Linux" ]; then
|
||||
./gendocs.sh -o html --email admin@f-droid.org fdroid "F-Droid Server Manual"
|
||||
fi
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
|
Loading…
Reference in New Issue
Block a user