mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-04-09 19:20:03 +03:00
Update build.yml
This commit is contained in:
parent
f63ad678c2
commit
96b2ef2727
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@ -24,6 +24,9 @@ jobs:
|
|||||||
buildTests: 'Tests'
|
buildTests: 'Tests'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Configure
|
||||||
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -105,11 +108,6 @@ jobs:
|
|||||||
container: debian:11-slim
|
container: debian:11-slim
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
dpkg --add-architecture i386
|
dpkg --add-architecture i386
|
||||||
@ -121,6 +119,15 @@ jobs:
|
|||||||
git cmake rsync \
|
git cmake rsync \
|
||||||
g++ gcc
|
g++ gcc
|
||||||
|
|
||||||
|
- name: Configure
|
||||||
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Build and Run unittests
|
- name: Build and Run unittests
|
||||||
run: |
|
run: |
|
||||||
rm -rf build && CC=gcc CXX=g++ cmake -DCMAKE_BUILD_TYPE=Unittests -B build && cmake --build build -j8
|
rm -rf build && CC=gcc CXX=g++ cmake -DCMAKE_BUILD_TYPE=Unittests -B build && cmake --build build -j8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user