From dac3b79f4d1bbea9c81f665e92625941aa468def Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 17 Oct 2019 10:04:28 -0400 Subject: [PATCH] more logging --- src/travis/windows-x86_64-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/travis/windows-x86_64-install.sh b/src/travis/windows-x86_64-install.sh index 2f9023f0..ea82bca6 100755 --- a/src/travis/windows-x86_64-install.sh +++ b/src/travis/windows-x86_64-install.sh @@ -1,7 +1,9 @@ cd src +echo "compiling GAM with pyinstaller..." pyinstaller --clean --noupx -F --distpath=gam $GAMOS-gam.spec export gam="gam/gam" export gampath=$(readlink -e gam) +echo "running compiled GAM..." $gam version export GAMVERSION=`$gam version simple` rm gam/lastupdatecheck.txt