Commit 15e7a78 1 parent 2d23438 commit 15e7a78 Copy full SHA for 15e7a78
File tree 2 files changed +31
-3
lines changed
2 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 1
- name : C/C++ CI
1
+ name : Debian Build
2
2
3
3
on :
4
4
push :
5
- # branches: [ $default-branch ]
5
+ # branches: [ master ]
6
6
pull_request :
7
- branches : [ $default-branch ]
7
+ branches : [ master ]
8
8
9
9
jobs :
10
10
build :
21
21
run : make
22
22
- name : make test
23
23
run : make test
24
+ - uses : actions/upload-artifact@v4
25
+ with :
26
+ name : debian-binary
27
+ path : me7sum
Original file line number Diff line number Diff line change
1
+ name : Windows Build
2
+
3
+ on :
4
+ push :
5
+ # branches: [ master ]
6
+ pull_request :
7
+ branches : [ master ]
8
+
9
+ jobs :
10
+ build :
11
+
12
+ runs-on : windows-latest
13
+
14
+ steps :
15
+ - uses : actions/checkout@v4
16
+ - uses : TheMrMilchmann/setup-msvc-dev@v3
17
+ with :
18
+ arch : x86
19
+ - name : build
20
+ run : nmake
21
+ - uses : actions/upload-artifact@v4
22
+ with :
23
+ name : windows-binary
24
+ path : me7sum.exe
You can’t perform that action at this time.
0 commit comments