Commit 970c452 1 parent 28673e0 commit 970c452 Copy full SHA for 970c452
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- name : Zig
1
+ name : build
2
2
3
3
on :
4
4
push :
13
13
submodules : recursive
14
14
- uses : goto-bus-stop/setup-zig@v1
15
15
with :
16
- version : 0.11 .0
16
+ version : 0.12 .0
17
17
- run : zig build
18
18
- run : zig build test
19
19
test-macos :
24
24
submodules : recursive
25
25
- uses : goto-bus-stop/setup-zig@v1
26
26
with :
27
- version : 0.11 .0
27
+ version : 0.12 .0
28
28
- run : brew install pcre
29
29
- run : zig build
30
30
- run : zig build test
36
36
submodules : recursive
37
37
- uses : goto-bus-stop/setup-zig@v1
38
38
with :
39
- version : 0.11 .0
39
+ version : 0.12 .0
40
40
- run : c:; cd \vcpkg; git pull; .\bootstrap-vcpkg.bat
41
41
- run : vcpkg integrate install
42
42
- run : vcpkg install pcre --triplet x64-windows-static
50
50
submodules : recursive
51
51
- uses : goto-bus-stop/setup-zig@v1
52
52
with :
53
- version : 0.11 .0
53
+ version : 0.12 .0
54
54
- run : zig fmt --check build.zig src/*.zig
Original file line number Diff line number Diff line change 1
- # [ libpcre.zig] ( https://hrzn.ee /kivikakk/libpcre.zig )
1
+ # [ libpcre.zig] ( https://github.com /kivikakk/libpcre.zig )
2
2
3
- ![ Build status] ( https://github.com/kivikakk/libpcre.zig/workflows/Zig /badge.svg )
3
+ ![ Build status] ( https://github.com/kivikakk/libpcre.zig/workflows/build /badge.svg )
4
4
5
5
To build, add to your ` build.zig ` :
6
6
You can’t perform that action at this time.
0 commit comments