File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 - name : Build for Linux
2020 run : |
21- clang -o randfill-arm64 randfill.c --target=aarch64-linux-gnu
2221 clang -o randfill-x64 randfill.c
2322
2423 - name : Upload Linux x86_64 binary
2726 name : randfill-linux-x86_64
2827 path : randfill-x64
2928
30- - name : Upload Linux arm64 binary
31- uses : actions/upload-artifact@v4
32- with :
33- name : randfill-linux-arm64
34- path : randfill-arm64
35-
3629 build-macos :
3730 runs-on : macos-latest
3831 steps :
8174 run : |
8275 cl randfill.c /O2 /Fe:randfill-x64.exe
8376
84- - name : Set up MSVC arm64
85- uses : ilammy/msvc-dev-cmd@v1
86- with :
87- arch : arm64
88-
89- - name : Build for Windows arm64
90- run : |
91- cl randfill.c /O2 /Fe:randfill-arm64.exe
92-
9377 - name : Upload Windows x86_64 binary
9478 uses : actions/upload-artifact@v4
9579 with :
9680 name : randfill-windows-x86_64
9781 path : randfill-x64.exe
98-
99- - name : Upload Windows arm64 binary
100- uses : actions/upload-artifact@v4
101- with :
102- name : randfill-windows-arm64
103- path : randfill-arm64.exe
You can’t perform that action at this time.
0 commit comments