18
18
- name : Checkout repository
19
19
uses : actions/checkout@v2
20
20
21
- - name : Download Siskin Builder
22
- shell : cmd
23
- run : |
24
- C:\msys64\usr\bin\wget.exe -q https://github.com/Siskin-framework/Builder/releases/download/0.3.3/Siskin-x64.exe
25
- MOVE ./Siskin-x64.exe ./siskin.exe
26
- SET PATH=%PATH%;%CD%
21
+ - name : Install Rebol
22
+ uses : oldes/install-rebol@v3.5.3
27
23
28
24
- name : Build 64bit Rebol/Bulk using MSVC
29
25
run : ./siskin.exe make/rebol3.nest [msvc %rebol3-bulk-x64-clang]
54
50
- name : Checkout repository
55
51
uses : actions/checkout@v2
56
52
57
- - name : Download Siskin Builder
58
- run : |
59
- wget -q https://github.com/Siskin-framework/Builder/releases/download/0.3.3/Siskin-x64-libc.gz
60
- gunzip ./Siskin-x64-libc.gz
61
- mv ./Siskin-x64-libc ./siskin
62
- chmod +x ./siskin
63
- ls -la
53
+ - name : Install Rebol
54
+ uses : oldes/install-rebol@v3.5.3
64
55
65
56
- name : Build 64bit Rebol/Bulk using gcc
66
57
run : ./siskin make/rebol3.nest %rebol3-bulk-x64-libc-gcc
90
81
- name : Checkout repository
91
82
uses : actions/checkout@v2
92
83
93
- - name : Download Siskin Builder
94
- run : |
95
- wget -q https://github.com/Siskin-framework/Builder/releases/download/0.3.3/Siskin-x64-osx.gz
96
- gunzip ./Siskin-x64-osx.gz
97
- mv ./Siskin-x64-osx ./siskin
98
- chmod +x ./siskin
99
- ls -la
84
+ - name : Install Rebol
85
+ uses : oldes/install-rebol@v3.5.3
100
86
101
87
- name : Build 64bit Rebol/Bulk using clang
102
88
run : ./siskin make/rebol3.nest %rebol3-bulk-x64-osx
112
98
- uses : actions/upload-artifact@v2
113
99
with :
114
100
name : Rebol-CI-${{github.run_id}}
115
- path : ./rebol3-*.gz
101
+ path : ./rebol3-*.gz
0 commit comments