File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 42
42
- name : Run tests
43
43
run : cd tests/build && ./p2pool_tests
44
44
45
+ - name : Archive binary
46
+ uses : actions/upload-artifact@v2
47
+ with :
48
+ name : p2pool-${{ matrix.os }}
49
+ path : build/p2pool
50
+
45
51
build-windows-msys2 :
46
52
47
53
runs-on : windows-latest
82
88
cd tests/build
83
89
./p2pool_tests.exe
84
90
91
+ - name : Archive binary
92
+ uses : actions/upload-artifact@v2
93
+ with :
94
+ name : p2pool-msys2.exe
95
+ path : build/p2pool.exe
96
+
85
97
build-windows-msbuild :
86
98
87
99
runs-on : windows-latest
@@ -118,6 +130,12 @@ jobs:
118
130
cd tests/build/Release
119
131
./p2pool_tests.exe
120
132
133
+ - name : Archive binary
134
+ uses : actions/upload-artifact@v2
135
+ with :
136
+ name : p2pool-msbuild.exe
137
+ path : build/Release/p2pool.exe
138
+
121
139
build-macos :
122
140
123
141
runs-on : ${{ matrix.os }}
@@ -154,3 +172,9 @@ jobs:
154
172
run : |
155
173
cd tests/build
156
174
./p2pool_tests
175
+
176
+ - name : Archive binary
177
+ uses : actions/upload-artifact@v2
178
+ with :
179
+ name : p2pool-${{ matrix.os }}
180
+ path : build/p2pool
You can’t perform that action at this time.
0 commit comments