Skip to content

Wine Ubuntu CI

Wine Ubuntu CI #20

Workflow file for this run

name: Wine Ubuntu CI
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
container: ubuntu:20.04
steps:
- uses: actions/checkout@v4
- name: Compilation
run: |
dpkg --add-architecture i386 && apt update
ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime
DEBIAN_FRONTEND=noninteractive apt install -y tzdata aptitude git sudo
dpkg-reconfigure --frontend noninteractive tzdata
cd wine-tkg-git
echo '_ci_build="true"' >> customization.cfg
touch tarplz
yes|./non-makepkg-build.sh
- name: Archive the artifacts
uses: actions/upload-artifact@v4
with:
name: wine-tkg-build
path: wine-tkg-git/non-makepkg-builds