forked from jkotlinski/durexforth
-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (30 loc) · 828 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
name: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
wget https://github.com/jkotlinski/svn-mirror/releases/download/r43829/headlessvice_3.7.1+r43829.deb
sudo apt-get install ./headlessvice_3.7.1+r43829.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