1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 12:20:05 +02:00

install wine

This commit is contained in:
s2
2018-12-12 17:25:03 +01:00
parent cae59c6a72
commit 6d71042f69

View File

@@ -26,14 +26,19 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: yarn install
- run: npm install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
# run tests!
# run build
- run: sudo dpkg --add-architecture i386
- run: sudo add-apt-repository -y ppa:ubuntu-wine/ppa
- run: sudo apt-get update
- run: echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
- run: sudo apt-get install -y wine
- run: bash makedist.sh
- store_artifacts:
path: /dist
path: ~/repo/dist