1
1
# LPub3D Raytracer-cui build actions
2
2
# Trevor SANDY <[email protected] >
3
- # Last Update: September 10 , 2024
3
+ # Last Update: September 12 , 2024
4
4
#
5
5
name : ' LPub3D Trace CUI Builds'
6
6
@@ -53,29 +53,29 @@ jobs:
53
53
uses : actions/checkout@v4
54
54
55
55
- name : ' Install Prerequisites'
56
- uses : trevorsandy/povray/.github/actions/unix_getlibs@gh-actions-raytracer-v3
56
+ uses : trevorsandy/povray/.github/actions/unix_getlibs@gh-actions-raytracer-v4
57
57
58
58
- name : ' Prebuild'
59
- uses : trevorsandy/povray/.github/actions/unix_prebuild@gh-actions-raytracer-v3
59
+ uses : trevorsandy/povray/.github/actions/unix_prebuild@gh-actions-raytracer-v4
60
60
61
61
- name : ' Configure'
62
- uses : trevorsandy/povray/.github/actions/unix_configure@gh-actions-raytracer-v3
62
+ uses : trevorsandy/povray/.github/actions/unix_configure@gh-actions-raytracer-v4
63
63
with :
64
64
c-compiler : ${{ matrix.c-compiler }}
65
65
cxx-compiler : ${{ matrix.cxx-compiler }}
66
66
67
67
- name : ' Bundle Artifacts for Diagnostics'
68
68
if : ${{ always() }}
69
- uses : trevorsandy/povray/.github/actions/git_bundle_ignored@gh-actions-raytracer-v3
69
+ uses : trevorsandy/povray/.github/actions/git_bundle_ignored@gh-actions-raytracer-v4
70
70
with :
71
71
name : artifact_diag_unix.tar.gz
72
72
73
73
- name : ' Build'
74
- uses : trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v3
74
+ uses : trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v4
75
75
76
76
- name : ' Build Check'
77
77
if : ${{ success() }}
78
- uses : trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v3
78
+ uses : trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v4
79
79
with :
80
80
make-target : check
81
81
@@ -115,7 +115,7 @@ jobs:
115
115
uses : microsoft/setup-msbuild@v2
116
116
117
117
- name : ' Build'
118
- uses : trevorsandy/povray/.github/actions/windows_build@gh-actions-raytracer-v3
118
+ uses : trevorsandy/povray/.github/actions/windows_build@gh-actions-raytracer-v4
119
119
with :
120
120
pov-ray-build-id : gh+vs2022+${{ matrix.platform }}+${{ github.run_number }}
121
121
version-base : 3.8
@@ -128,7 +128,7 @@ jobs:
128
128
129
129
- name : ' Build Check'
130
130
if : ${{ success() }}
131
- uses : trevorsandy/povray/.github/actions/windows_check@gh-actions-raytracer-v3
131
+ uses : trevorsandy/povray/.github/actions/windows_check@gh-actions-raytracer-v4
132
132
with :
133
133
version-base : 3.8
134
134
solution : vs2015
0 commit comments