disable some other workflows
This commit is contained in:
parent
271fb8829a
commit
d6c708da42
92
.github/workflows/build.yml
vendored
92
.github/workflows/build.yml
vendored
@ -704,50 +704,50 @@ jobs:
|
|||||||
name: PrismLauncher-Windows-MSVC-Universal-AppInstaller-${{ env.VERSION }}-${{ inputs.build_type }}
|
name: PrismLauncher-Windows-MSVC-Universal-AppInstaller-${{ env.VERSION }}-${{ inputs.build_type }}
|
||||||
path: ${{ env.APPINSTALLER_STAGING }}/prismlauncher-${{ env.APPX_VERSION }}.AppInstaller
|
path: ${{ env.APPINSTALLER_STAGING }}/prismlauncher-${{ env.APPX_VERSION }}.AppInstaller
|
||||||
|
|
||||||
flatpak:
|
#flatpak:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
container:
|
# container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:kde-5.15-22.08
|
# image: bilelmoussaoui/flatpak-github-actions:kde-5.15-22.08
|
||||||
options: --privileged
|
# options: --privileged
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
if: inputs.build_type == 'Debug'
|
# if: inputs.build_type == 'Debug'
|
||||||
with:
|
# with:
|
||||||
submodules: 'true'
|
# submodules: 'true'
|
||||||
- name: Build Flatpak (Linux)
|
# - name: Build Flatpak (Linux)
|
||||||
if: inputs.build_type == 'Debug'
|
# if: inputs.build_type == 'Debug'
|
||||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
# uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
# with:
|
||||||
bundle: "Prism Launcher.flatpak"
|
# bundle: "Prism Launcher.flatpak"
|
||||||
manifest-path: flatpak/org.prismlauncher.PrismLauncher.yml
|
# manifest-path: flatpak/org.prismlauncher.PrismLauncher.yml
|
||||||
|
|
||||||
nix:
|
#nix:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
strategy:
|
# strategy:
|
||||||
matrix:
|
# matrix:
|
||||||
package:
|
# package:
|
||||||
- prismlauncher
|
# - prismlauncher
|
||||||
- prismlauncher-qt5
|
# - prismlauncher-qt5
|
||||||
steps:
|
# steps:
|
||||||
- name: Clone repository
|
# - name: Clone repository
|
||||||
if: inputs.build_type == 'Debug'
|
# if: inputs.build_type == 'Debug'
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
with:
|
# with:
|
||||||
submodules: 'true'
|
# submodules: 'true'
|
||||||
- name: Install nix
|
# - name: Install nix
|
||||||
if: inputs.build_type == 'Debug'
|
# if: inputs.build_type == 'Debug'
|
||||||
uses: cachix/install-nix-action@v22
|
# uses: cachix/install-nix-action@v22
|
||||||
with:
|
# with:
|
||||||
install_url: https://nixos.org/nix/install
|
# install_url: https://nixos.org/nix/install
|
||||||
extra_nix_config: |
|
# extra_nix_config: |
|
||||||
auto-optimise-store = true
|
# auto-optimise-store = true
|
||||||
experimental-features = nix-command flakes
|
# experimental-features = nix-command flakes
|
||||||
- uses: cachix/cachix-action@v12
|
# - uses: cachix/cachix-action@v12
|
||||||
if: inputs.build_type == 'Debug'
|
# if: inputs.build_type == 'Debug'
|
||||||
with:
|
# with:
|
||||||
name: prismlauncher
|
# name: prismlauncher
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- name: Build
|
# - name: Build
|
||||||
if: inputs.build_type == 'Debug'
|
# if: inputs.build_type == 'Debug'
|
||||||
run: nix build .#${{ matrix.package }} --print-build-logs
|
# run: nix build .#${{ matrix.package }} --print-build-logs
|
||||||
|
Loading…
Reference in New Issue
Block a user