Skip to content

exception wordset

exception wordset #226

Workflow file for this run

name: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
# libflac8 (required by VICE) does not exist on 24.04.
# change back to ubuntu-latest once this is resolved.
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
wget https://github.com/VICE-Team/svn-mirror/releases/download/3.8.0/headlessvice_3.8.deb
sudo apt-get install libportaudio2
sudo apt-get install ./headlessvice_3.8.deb
sudo apt-get install acme
sudo apt-get install ruby-asciidoctor-pdf
- name: make deploy
run: make deploy
- name: Archive screenshots on failure
uses: actions/upload-artifact@v3
if: failure()
with:
name: screenshots
path: build/*.png
- name: Archive durexForth
uses: actions/upload-artifact@v3
with:
name: durexForth
path: deploy