mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -173,7 +173,7 @@ jobs:
|
|||||||
curl -o pyinstaller.tar.gz --compressed "${url}"
|
curl -o pyinstaller.tar.gz --compressed "${url}"
|
||||||
tar xf pyinstaller.tar.gz
|
tar xf pyinstaller.tar.gz
|
||||||
cd "pyinstaller-${PYINSTALLER_VERSION}/"
|
cd "pyinstaller-${PYINSTALLER_VERSION}/"
|
||||||
if [ $GAMOS == "windows" ]; then
|
if [ $GAMOS != "linux" ]; then
|
||||||
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
||||||
rm -rf PyInstaller/bootloader/*bit
|
rm -rf PyInstaller/bootloader/*bit
|
||||||
cd bootloader
|
cd bootloader
|
||||||
@@ -185,11 +185,7 @@ jobs:
|
|||||||
$python ./waf all $TARGETARCH
|
$python ./waf all $TARGETARCH
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
if [ $GAMOS == "macos" ]; then
|
$pip install .
|
||||||
$pip install pyinstaller $pipoptions
|
|
||||||
else
|
|
||||||
$pip install .
|
|
||||||
fi
|
|
||||||
#$python setup.py install
|
#$python setup.py install
|
||||||
#$pip install pyinstaller
|
#$pip install pyinstaller
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user