CI: also upload linux cli/gtk2 build artifact

This commit is contained in:
rofl0r 2022-06-30 10:40:56 +00:00
parent 2664b03d93
commit b7dadd1797
1 changed files with 12 additions and 0 deletions

View File

@ -41,6 +41,18 @@ jobs:
autoreconf -i
./configure --prefix=/usr --enable-gdb-stub --enable-wifi
make -j
make DESTDIR=/tmp/DeSmuME install
- name: Pack artifact
run: |
cd /tmp
tar cJf DeSmuME.tar.xz DeSmuME/
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: desmume-linux-gtk2-cli-x86_64
path: /tmp/DeSmuME.tar.xz
build_macos:
name: Build DeSmuME (macOS)