Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/build-posix-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build Posix CMake

on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand All @@ -22,7 +25,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

Expand Down Expand Up @@ -64,7 +67,7 @@ jobs:
cp build/abc build/libabc.a staging/

- name: Upload pacakge artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: package-cmake-${{ matrix.os }}-${{ matrix.use_namespace }}
path: staging/
7 changes: 5 additions & 2 deletions .github/workflows/build-posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build Posix

on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand All @@ -22,7 +25,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

Expand Down Expand Up @@ -60,7 +63,7 @@ jobs:
cp abc libabc.a staging/

- name: Upload pacakge artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: package-posix-${{ matrix.os }}-${{ matrix.use_namespace }}
path: staging/
11 changes: 7 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build Windows

on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand All @@ -13,12 +16,12 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
uses: TheMrMilchmann/setup-msvc-dev@v4
with:
arch: x86

Expand Down Expand Up @@ -72,7 +75,7 @@ jobs:
copy _TEST\abc.exe staging\

- name: Upload package artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: package-windows
path: staging/
path: staging/