Skip to content

Commit

Permalink
Build package with CI builder
Browse files Browse the repository at this point in the history
  • Loading branch information
SveSop committed Jan 17, 2022
1 parent 3b97b5f commit 6302e86
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ jobs:
echo "/usr/lib/wine" >> $GITHUB_PATH
- name: Checkout
uses: actions/checkout@v2
- name: Setup
run: meson setup ./build --cross-file ./build-wine64.txt --libdir lib --prefix /usr --buildtype release --strip
- name: Build
run: ninja -C ./build
- name: Install
run: env DESTDIR="${PWD}" ninja -C ./build install
run: ./package-release.sh prod
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: wine-nvoptix
# TODO: fix defs and fakedlls being installed to weird locations
path: usr/lib/**
path: prod/nvoptix
if-no-files-found: error

0 comments on commit 6302e86

Please sign in to comment.