Nightly but better (#2818)
This commit is contained in:
parent
e07601347d
commit
8d0ce1d306
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
|
||||||
|
Reference in New Issue
Block a user