Skip to content

Commit

Permalink
chore(ci/cd): improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Jan 30, 2025
1 parent b32dfd8 commit f60fad7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lf-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ permissions:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:

build-windows-get-list:
runs-on: 'ubuntu-latest'
outputs:
Expand Down Expand Up @@ -52,7 +51,6 @@ jobs:
cat /tmp/windows-checks | jq -R -s -c 'split("\n")[:-1]' >> "$GITHUB_OUTPUT"
echo "$EOF" >> "$GITHUB_OUTPUT"
build-windows:
runs-on: 'windows-latest'
needs:
Expand Down Expand Up @@ -111,7 +109,6 @@ jobs:
name: 'nuitka-build-output-${{ matrix.check }}'
path: 'C:\nuitka-compile-temp\${{ matrix.check }}*'


zip-windows:
# we need to use windows here too, to be able to restore the cache (see https://github.com/marketplace/actions/cache#cache-version)
runs-on: 'windows-latest'
Expand Down Expand Up @@ -146,7 +143,6 @@ jobs:
name: 'linuxfabrik-monitoring-plugins.zip'
path: 'C:\output-zip\'


msi-windows:
runs-on: 'windows-latest'
needs:
Expand Down Expand Up @@ -187,7 +183,7 @@ jobs:
run: >
wix.exe build
-out C:\output-msi\linuxfabrik-monitoring-plugins.msi
${{ github.workspace }}\monitoring-plugins\check-plugins\linuxfabrik-monitoring-plugins.wxs
${{ github.workspace }}\monitoring-plugins\linuxfabrik-monitoring-plugins.wxs
working-directory: .

- name: 'Upload build output-msi'
Expand Down

0 comments on commit f60fad7

Please sign in to comment.