ensure important buildScripts have set ev

This commit is contained in:
Stephen Gaito 2020-06-02 11:34:11 +00:00
parent aaf512d418
commit f1828789f6
12 changed files with 24 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
# This bash script build FontForge
source buildScripts/reSourceVersionEnvs

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
# This bash script builds pdf2htmlEX
echo ""

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
# This bash script builds the latest poppler
echo ""

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
# This bash script automates getting the required build tools (apt install)
# set the bash environment variable 'UNATTENDED' to '--assume-yes' for

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
# This bash script automates getting the required build tools (brew install)
echo ""

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
# This bash script automates getting the development libraries required to
# build poppler and fontforge

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
# This bash script automates getting the development libraries required to
# build poppler and fontforge (using Home/Linux Brew)

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
# This bash script gets and unpacks the latest fontforge AppImage
source buildScripts/reSourceVersionEnvs

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
# This bash script gets and unpacks the latest Poppler source code
source buildScripts/reSourceVersionEnvs

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
echo ""
echo "-------------------------------------------------------------------"
echo "INSTALLING FontForge locally"

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
echo ""
echo "-------------------------------------------------------------------"
echo "INSTALLING pdf2htmlEX locally"

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
# This bash script installs Poppler into the local system
echo ""