mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update linux.yml
This commit is contained in:
parent
831229e178
commit
9a70381b02
10
.github/workflows/linux.yml
vendored
10
.github/workflows/linux.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Install base dependencies
|
||||
run: |
|
||||
pacman -Syu --noconfirm archlinux-keyring
|
||||
pacman -Syu --noconfirm base-devel sudo git cmake extra-cmake-modules python wine msitools ca-certificates libwbclient
|
||||
pacman -Syu --noconfirm base-devel sudo git cmake extra-cmake-modules python wine msitools ca-certificates libwbclient 7zip
|
||||
|
||||
- name: Create build user
|
||||
run: |
|
||||
|
|
@ -37,8 +37,8 @@ jobs:
|
|||
./msvc-wine/vsdownload.py --accept-license --dest $(pwd)/my_msvc/opt/msvc
|
||||
./msvc-wine/install.sh $(pwd)/my_msvc/opt/msvc
|
||||
export PATH=$(pwd)/my_msvc/opt/msvc/bin/x64:$PATH
|
||||
CC=cl CXX=cl cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_NAME=Windows
|
||||
make
|
||||
msbuild MinecraftConsoles.sln /p:Configuration=Release /p:Platform="Windows64"
|
||||
ls -l
|
||||
EOF
|
||||
|
||||
- name: Upload artifact/s
|
||||
|
|
@ -46,4 +46,6 @@ jobs:
|
|||
with:
|
||||
name: DLL
|
||||
path: |
|
||||
DLL/dinput8.dll
|
||||
LCEWindows64.zip
|
||||
./x64/Release/Minecraft.Client.exe
|
||||
./x64/Release/Minecraft.Client.pdb
|
||||
|
|
|
|||
Loading…
Reference in a new issue