-
Notifications
You must be signed in to change notification settings - Fork 28
41 lines (33 loc) · 967 Bytes
/
build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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