Skip to content

Commit

Permalink
ci self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Jan 13, 2024
1 parent 3339fb7 commit 2942c3b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# This workflow contains a single job called "build-stable"
build-stable:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: self-hosted

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -48,7 +48,9 @@ jobs:
cd qemu
git submodule init
git submodule update --recursive
./configure --enable-sdl --enable-gtk --enable-opengl --prefix=${GITHUB_WORKSPACE}/lucas/usr/
./configure --enable-kvm --enable-xen --enable-xen_pci_passthrough --enable-vfio_user_server --enable-dbus_display \
--enable-tpm --enable-smartcard --enable-spice --enable-spice-protocol --enable-u2f --enable-usb_redir --enable-vde --enble-virglrenderer \
--enable-vnc --enable-vte --enable-sdl --enable-gtk --enable-opengl --target-list=x86_64-linux-user x86_64-softemmu --prefix=${GITHUB_WORKSPACE}/lucas/usr/
make
make install
cd ..
Expand Down Expand Up @@ -77,4 +79,4 @@ jobs:
prerelease: false
draft: false
files: /home/runner/work/Qemu_Appimage/Qemu_Appimage/*.AppImage*
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 2942c3b

Please sign in to comment.