build: add arm64 build to linux release package
add: yb_ignore_objectives, that makes bots to ignore map target (hostage rescue, bomb plant/defuse) (fixes #237) fix: possible buffer overrun in message functions build: cleanup package.py
This commit is contained in:
parent
e0f3317b1a
commit
6e83258c7d
6 changed files with 49 additions and 25 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
|
||||
windows:
|
||||
name: windows-x86
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
@ -60,6 +60,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
- name: Setup MSBuild
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
|
|
@ -103,12 +104,16 @@ jobs:
|
|||
- name: Compile Source
|
||||
run: |
|
||||
meson compile -v -C build
|
||||
|
||||
- name: Rename Binary
|
||||
run: |
|
||||
mv build/yapb.so build/yapb.arm64.so
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: yapb.aarch64.so
|
||||
path: build/yapb.so
|
||||
name: yapb.arm64.so
|
||||
path: build/yapb.arm64.so
|
||||
|
||||
publish:
|
||||
if: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue