Skip to content

Commit

Permalink
q test
Browse files Browse the repository at this point in the history
Signed-off-by: zenobit <[email protected]>
  • Loading branch information
zen0bit committed Jan 13, 2024
1 parent f0bf37b commit ecfa163
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 86 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
- cron: "0 0 */12 * *"
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
branches: [ main,q ]
paths-ignore: [ '**/README.md' ]
pull_request:
branches: [ main ]
branches: [ main,q ]
paths-ignore: [ '**/README.md' ]

# Allows you to run this workflow manually from the Actions tab
Expand Down Expand Up @@ -51,14 +51,21 @@ jobs:
make
make install
cd ..
cp qemu.desktop qemu_logo_no_text.svg AppRun libunionpreload.so lucas/
sudo add-apt-repository ppa:flexiondotorg/quickemu
sudo apt update && sudo apt install quickemu
sudo mkdir -p /etc/apt/keyrings
wget -q https://raw.githubusercontent.com/oSoWoSo/DistroHopper/all/q -O- q ; chmod a+x q
curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/charm.gpg
echo "deb [signed-by=/etc/apt/keyrings/charm.gpg] https://repo.charm.sh/apt/ * *" | sudo tee /etc/apt/sources.list.d/charm.list
sudo apt update && sudo apt install gum
cp q.desktop q_logo_no_text.svg AppRun libunionpreload.so lucas/
# Runs a set of commands using the runners shell
- name: Build appimage
run: |
./linuxdeploy --appdir lucas/
cp qemu.desktop lucas/
cp q.desktop lucas/
ARCH=x86_64 ./appimagetool -n lucas/
- name: release
Expand Down
Loading

0 comments on commit ecfa163

Please sign in to comment.