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:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -180,21 +180,10 @@ jobs:
|
|||||||
$pip install --upgrade pip $pipoptions
|
$pip install --upgrade pip $pipoptions
|
||||||
$pip install wheel $pipoptions
|
$pip install wheel $pipoptions
|
||||||
|
|
||||||
- name: Windows Install PyInstaller
|
|
||||||
if: matrix.goal != 'test' && matrix.gamos == 'windows'
|
|
||||||
shell: powershell
|
|
||||||
run: |
|
|
||||||
& "C:\Program Files\Git\bin\git.exe" clone https://github.com/pyinstaller/pyinstaller.git
|
|
||||||
cd pyinstaller
|
|
||||||
Remove-Item PyInstaller\bootloader\*\*
|
|
||||||
cd bootloader
|
|
||||||
c:\python\python.exe ./waf all
|
|
||||||
cd ..
|
|
||||||
c:\python\python.exe -m pip install .
|
|
||||||
|
|
||||||
- name: Mac/Linux Install PyInstaller
|
- name: Mac/Linux Install PyInstaller
|
||||||
if: matrix.goal != 'test' && matrix.gamos != 'windows'
|
if: matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
|
set +e
|
||||||
git clone https://github.com/pyinstaller/pyinstaller.git
|
git clone https://github.com/pyinstaller/pyinstaller.git
|
||||||
cd pyinstaller
|
cd pyinstaller
|
||||||
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
||||||
@@ -204,6 +193,7 @@ jobs:
|
|||||||
TARGETARCH="--target-arch=32bit"
|
TARGETARCH="--target-arch=32bit"
|
||||||
fi
|
fi
|
||||||
$python ./waf all $TARGETARCH
|
$python ./waf all $TARGETARCH
|
||||||
|
cat build\config.log
|
||||||
cd ..
|
cd ..
|
||||||
$pip install .
|
$pip install .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user