MacOS 10.15 Travis build

This commit is contained in:
Jay Lee
2020-05-14 09:31:46 -04:00
parent 96095453d5
commit e89a926d53

View File

@ -84,6 +84,10 @@ jobs:
name: "MacOS 10.14" name: "MacOS 10.14"
language: generic language: generic
osx_image: xcode11.3 osx_image: xcode11.3
- os: osx
name: "MacOS 10.15"
language: generic
osx_image: xcode11.4
- os: windows - os: windows
name: "Windows 64-bit" name: "Windows 64-bit"
language: shell language: shell
@ -215,7 +219,7 @@ script:
- if [ "$e2e" = true ]; then $gam report admin start -3d todrive; fi - if [ "$e2e" = true ]; then $gam report admin start -3d todrive; fi
- if ([ "$e2e" = true ] && [[ "$TRAVIS_JOB_NAME" != *"Testing" ]]); then - if ([ "$e2e" = true ] && [[ "$TRAVIS_JOB_NAME" != *"Testing" ]]); then
for gamfile in gam-$GAMVERSION-*; do for gamfile in gam-$GAMVERSION-*; do
fileid=$($gam user $gam_user add drivefile localfile $gamfile drivefilename $GAMVERSION-$TRAVIS_COMMIT-$gamfile parentid 1N2zbO33qzUQFsGM49-m9AQC1ijzd_ru1 returnidonly); fileid=$($gam user $gam_user add drivefile localfile $gamfile drivefilename $GAMVERSION-${TRAVIS_COMMIT:0:7}-$gamfile parentid 1N2zbO33qzUQFsGM49-m9AQC1ijzd_ru1 returnidonly);
$gam user $gam_user add drivefileacl $fileid anyone role reader withlink; $gam user $gam_user add drivefileacl $fileid anyone role reader withlink;
done; done;
fi fi