-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (29 loc) · 852 Bytes
/
test-render.yml
File metadata and controls
35 lines (29 loc) · 852 Bytes
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
name: Test Render Sweet Home 3D Console Photo Generator
on:
push:
branches:
- main
paths-ignore:
- README.md
- .github/dependabot.yml
jobs:
render:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Install dependencies
run: ./dependencies.sh
- name: Compile Console Photo Generator
run: ./compile.sh
- name: Download userGuideExample.sh3d
run: aria2c -x 16 "http://www.sweethome3d.com/examples/userGuideExample.sh3d"
- name: Render userGuideExample.sh3d
run: ./render.sh
- name: Upload rendered photo
uses: actions/upload-artifact@v7
with:
name: Photo
path: photo.png