mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
Nightly but better (#2818)
This commit is contained in:
parent
88036b91da
commit
e8027127d1
8
.github/workflows/nightly.yml
vendored
8
.github/workflows/nightly.yml
vendored
@ -31,16 +31,18 @@ jobs:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
- name: Generate CMake project
|
- name: Generate CMake project
|
||||||
run: cmake -D CMAKE_BUILD_TYPE=Release -S. -Bbuild -G Ninja
|
run: cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -D OPTIMIZE=YES -S. -Bbuild -G Ninja
|
||||||
|
|
||||||
- name: Build 64bit release DLL
|
- name: Build 64bit release DLL
|
||||||
run: cmake --build ./build --config Release --target YimMenu --
|
run: cmake --build ./build --config RelWithDebInfo --target YimMenu --
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: binary
|
name: binary
|
||||||
path: build/YimMenu.dll
|
path: |
|
||||||
|
build/YimMenu.dll
|
||||||
|
build/YimMenu.pdb
|
||||||
|
|
||||||
- name: Generate Build Info
|
- name: Generate Build Info
|
||||||
id: var
|
id: var
|
||||||
|
Loading…
Reference in New Issue
Block a user