mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-04-05 09:19:00 +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'
|
||||
|
||||
steps:
|
||||
- name: Configure
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
@ -105,11 +108,6 @@ jobs:
|
||||
container: debian:11-slim
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
dpkg --add-architecture i386
|
||||
@ -121,6 +119,15 @@ jobs:
|
||||
git cmake rsync \
|
||||
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
|
||||
run: |
|
||||
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