mirror of https://github.com/axmolengine/axmol.git
Fix ci
This commit is contained in:
parent
5d5670e83e
commit
eff58bb762
|
@ -19,6 +19,7 @@ env:
|
||||||
GH_OS_NAME: linux
|
GH_OS_NAME: linux
|
||||||
BUILD_TARGET: linux
|
BUILD_TARGET: linux
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
PYENV_VERSION: 2.7.18
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -8,6 +8,7 @@ on:
|
||||||
env:
|
env:
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
PYENV_VERSION: 2.7.18
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
|
@ -58,7 +59,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GH_OS_NAME: linux
|
GH_OS_NAME: linux
|
||||||
BUILD_TARGET: android
|
BUILD_TARGET: android
|
||||||
PYENV_VERSION: 2.7.18
|
|
||||||
BUILD_ARCH: ${{ matrix.arch }}
|
BUILD_ARCH: ${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue