diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-07-26 14:47:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 14:47:14 +0200 |
commit | bcadffa0e365581e818609ee990de395a228526f (patch) | |
tree | 9215e92d27077da9424dd776a2c42c03a5d7034a | |
parent | ce2d2c9f32242dcb1bf27f658cd2329f030dfbdf (diff) | |
parent | fbf29274e8c0f9b362e1630c3cee1199a889fa9f (diff) | |
download | PrismLauncher-bcadffa0e365581e818609ee990de395a228526f.tar.gz PrismLauncher-bcadffa0e365581e818609ee990de395a228526f.tar.bz2 PrismLauncher-bcadffa0e365581e818609ee990de395a228526f.zip |
Merge pull request #1434 from getchoo/garnix
-rw-r--r-- | .github/workflows/build.yml | 30 | ||||
-rw-r--r-- | garnix.yaml | 5 |
2 files changed, 5 insertions, 30 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbfe4ab4..c710d54b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -586,33 +586,3 @@ jobs: with: bundle: "Prism Launcher.flatpak" manifest-path: flatpak/org.prismlauncher.PrismLauncher.yml - - nix: - runs-on: ubuntu-latest - strategy: - matrix: - package: - - prismlauncher - - prismlauncher-qt5 - steps: - - name: Clone repository - if: inputs.build_type == 'Debug' - uses: actions/checkout@v3 - with: - submodules: 'true' - - name: Install nix - if: inputs.build_type == 'Debug' - uses: cachix/install-nix-action@v22 - with: - install_url: https://nixos.org/nix/install - extra_nix_config: | - auto-optimise-store = true - experimental-features = nix-command flakes - - uses: cachix/cachix-action@v12 - if: inputs.build_type == 'Debug' - with: - name: prismlauncher - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - name: Build - if: inputs.build_type == 'Debug' - run: nix build .#${{ matrix.package }} --print-build-logs diff --git a/garnix.yaml b/garnix.yaml new file mode 100644 index 00000000..755396f7 --- /dev/null +++ b/garnix.yaml @@ -0,0 +1,5 @@ +builds: + exclude: [] + include: + - "devShells.*-linux.*" + - "packages.*-linux.*" |