mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-02 16:25:13 +02:00
update build WindowsXPKg step (#38)
This commit is contained in:
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
@@ -18,8 +18,10 @@ jobs:
|
|||||||
sudo apt -y update
|
sudo apt -y update
|
||||||
sudo apt -y install build-essential cmake libssl-dev
|
sudo apt -y install build-essential cmake libssl-dev
|
||||||
|
|
||||||
- name: Build WindowsXPKg
|
- name: Configure and build WindowsXPKg
|
||||||
uses: threeal/cmake-action@latest
|
uses: threeal/cmake-action@v1.2.0
|
||||||
|
with:
|
||||||
|
run-build: true
|
||||||
|
|
||||||
- name: Move files to correct directory
|
- name: Move files to correct directory
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
9
.github/workflows/windows.yml
vendored
9
.github/workflows/windows.yml
vendored
@@ -18,11 +18,12 @@ jobs:
|
|||||||
- name: Setup MSBuild
|
- name: Setup MSBuild
|
||||||
uses: microsoft/setup-msbuild@v1
|
uses: microsoft/setup-msbuild@v1
|
||||||
|
|
||||||
|
- name: Configure WindowsXPKg
|
||||||
|
uses: threeal/cmake-action@v1.2.0
|
||||||
|
|
||||||
- name: Build WindowsXPKg
|
- name: Build WindowsXPKg
|
||||||
run: |
|
working-directory: build
|
||||||
cd build
|
run: msbuild ALL_BUILD.vcxproj /P:Configuration=Release
|
||||||
cmake ../
|
|
||||||
msbuild ALL_BUILD.vcxproj /P:Configuration=Release
|
|
||||||
|
|
||||||
- name: Copy files and clean up output directory
|
- name: Copy files and clean up output directory
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user