mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Update linux.yml
This commit is contained in:
parent
06c23ca0f1
commit
b43d832dad
1 changed files with 10 additions and 1 deletions
11
.github/workflows/linux.yml
vendored
11
.github/workflows/linux.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
# Setup Packages
|
# Setup Packages
|
||||||
- name: Setup Packages
|
- name: Setup Packages
|
||||||
run: sudo apt update && sudo apt upgrade && sudo apt install build-essential git cmake ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libevdev-dev libusb-1.0-0-dev libxrandr-dev libxi-dev libpangocairo-1.0-0 qt6-base-private-dev libbluetooth-dev libasound2-dev libpulse-dev libgl1-mesa-dev libudev-dev libsystemd-dev dpkg-dev
|
run: sudo apt update && sudo apt upgrade && sudo apt install p7zip-full build-essential git cmake ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libevdev-dev libusb-1.0-0-dev libxrandr-dev libxi-dev libpangocairo-1.0-0 qt6-base-private-dev libbluetooth-dev libasound2-dev libpulse-dev libgl1-mesa-dev libudev-dev libsystemd-dev dpkg-dev
|
||||||
# Run CMake
|
# Run CMake
|
||||||
- name: Run CMake
|
- name: Run CMake
|
||||||
run: mkdir build && cd build && cmake .. -G Ninja -DLINUX_LOCAL_DEV=true -DCPACK_PACKAGE_CONTACT="Mario Party Netplay" -DDISTRIBUTOR="Mario Party Netplay"
|
run: mkdir build && cd build && cmake .. -G Ninja -DLINUX_LOCAL_DEV=true -DCPACK_PACKAGE_CONTACT="Mario Party Netplay" -DDISTRIBUTOR="Mario Party Netplay"
|
||||||
|
@ -44,3 +44,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: DolphinMPN-Linux
|
name: DolphinMPN-Linux
|
||||||
path: /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/
|
path: /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/
|
||||||
|
# Zip Artifact
|
||||||
|
- name: Zip Artifact
|
||||||
|
run: 7z a D:/DolphinMPN-linux D:/a/dolphin-mpn-src/dolphin-mpn-src/build/Binaries/*
|
||||||
|
# New Release
|
||||||
|
- name: New Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
with:
|
||||||
|
files: D:/DolphinMPN-linux.7z
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue