Skip to content

Commit

Permalink
Merge pull request #5 from uroesch/sync/update-2020-04-04
Browse files Browse the repository at this point in the history
Sync common files - 2020-04-04
  • Loading branch information
uroesch authored Apr 4, 2020
2 parents 84b24f9 + c394ee2 commit 3b5d69c
Show file tree
Hide file tree
Showing 86 changed files with 2,971 additions and 17 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# Build workflow for portable apps
# Author: Urs Roesch https://github.com/uroesch
# Version: 0.0.4
# Version: 0.1.0
# -----------------------------------------------------------------------------
name: build-package

Expand All @@ -16,20 +16,27 @@ on:
jobs:
build-package:
timeout-minutes: 15
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
env:
DISPLAY: ':7777'
PA_DOWNLOAD: https://sourceforge.net/projects/portableapps/files/PortableApps.com%%20%s/%s/download

steps:
- name: Install Wine ~ hick ~
if: runner.os == 'Linux'
shell: bash
run: >
sudo dpkg --add-architecture i386 &&
sudo apt-get update &&
sudo apt-get -y install wine32
- name: Install Virtual Frame Buffer
if: runner.os == 'Linux'
shell: bash
run: sudo apt-get -y install xvfb

Expand All @@ -53,6 +60,7 @@ jobs:
lfs: true

- name: Start Virtual Frame Buffer
if: runner.os == 'Linux'
shell: bash
run: Xvfb ${DISPLAY} -ac &

Expand Down
Binary file added Other/Source/PortableApps.comInstaller.bmp
Binary file not shown.
3 changes: 3 additions & 0 deletions Other/Source/PortableApps.comInstaller.ico
Git LFS file not shown
Loading

0 comments on commit 3b5d69c

Please sign in to comment.