Bump travis and the macOS/Linux packaging to use mono 5.20.1.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: csharp
|
language: csharp
|
||||||
mono: 5.10.0
|
mono: 5.20.1
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ command -v python >/dev/null 2>&1 || { echo >&2 "Linux packaging requires python
|
|||||||
command -v tar >/dev/null 2>&1 || { echo >&2 "Linux packaging requires tar."; exit 1; }
|
command -v tar >/dev/null 2>&1 || { echo >&2 "Linux packaging requires tar."; exit 1; }
|
||||||
command -v curl >/dev/null 2>&1 || command -v wget > /dev/null 2>&1 || { echo >&2 "Linux packaging requires curl or wget."; exit 1; }
|
command -v curl >/dev/null 2>&1 || command -v wget > /dev/null 2>&1 || { echo >&2 "Linux packaging requires curl or wget."; exit 1; }
|
||||||
|
|
||||||
DEPENDENCIES_TAG="20190316"
|
DEPENDENCIES_TAG="20190506"
|
||||||
|
|
||||||
if [ $# -eq "0" ]; then
|
if [ $# -eq "0" ]; then
|
||||||
echo "Usage: $(basename "$0") version [outputdir]"
|
echo "Usage: $(basename "$0") version [outputdir]"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ if [[ "$OSTYPE" != "darwin"* ]]; then
|
|||||||
command -v genisoimage >/dev/null 2>&1 || { echo >&2 "macOS packaging requires genisoimage."; exit 1; }
|
command -v genisoimage >/dev/null 2>&1 || { echo >&2 "macOS packaging requires genisoimage."; exit 1; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LAUNCHER_TAG="osx-launcher-20190317"
|
LAUNCHER_TAG="osx-launcher-20190506"
|
||||||
|
|
||||||
if [ $# -ne "2" ]; then
|
if [ $# -ne "2" ]; then
|
||||||
echo "Usage: $(basename "$0") tag outputdir"
|
echo "Usage: $(basename "$0") tag outputdir"
|
||||||
|
|||||||
Reference in New Issue
Block a user