File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- zig-version : ["0.13 .0"]
17+ zig-version : ["0.14 .0"]
1818 os : [ubuntu-latest, macos-latest, windows-latest]
1919 include :
20- - zig-version : " 0.12.1"
21- os : ubuntu-latest
2220 - zig-version : " master"
2321 os : ubuntu-latest
2422
Original file line number Diff line number Diff line change @@ -4,16 +4,17 @@ Provides a package to be used by the zig package manager for C++ programs.
44
55## Status
66
7- | Refname | Catch2 version | Zig ` 0.12.x ` | Zig ` 0.13.x ` | Zig ` 0.14.0-dev ` |
8- | :----------| :---------------| :------------:| :------------:| :----------------:|
9- | ` 3.8.0 ` | ` v3.8.0 ` | ✅ | ✅ | ✅ |
10- | ` 3.7.1+1 ` | ` v3.7.1 ` | ✅ | ✅ | ✅ |
7+ | Refname | Catch2 version | Zig ` 0.12.x ` | Zig ` 0.13.x ` | Zig ` 0.14.x ` | Zig ` 0.15.0-dev ` |
8+ | :----------| :---------------| :------------:| :------------:| :------------:| :----------------:|
9+ | ` 3.8.0+1 ` | ` v3.8.0 ` | ❌ | ❌ | ✅ | ✅ |
10+ | ` 3.8.0 ` | ` v3.8.0 ` | ✅ | ✅ | ❌ | ❌ |
11+ | ` 3.7.1+1 ` | ` v3.7.1 ` | ✅ | ✅ | ❌ | ❌ |
1112
1213## Use
1314
1415Add the dependency in your ` build.zig.zon ` by running the following command:
1516``` bash
16- zig fetch --save git+https://github.com/allyourcodebase/catch2#3.8.0
17+ zig fetch --save git+https://github.com/allyourcodebase/catch2#3.8.0+1
1718```
1819
1920Then, in your ` build.zig ` :
Original file line number Diff line number Diff line change 11.{
2- .name = " catch2" ,
2+ .name = . catch2 ,
33 .version = "3.8.0" ,
4- .minimum_zig_version = "0.12.0" ,
4+ .fingerprint = 0x50cf7037cefab352 ,
5+ .minimum_zig_version = "0.14.0" ,
56 .dependencies = .{
67 .upstream = .{
78 .url = "git+https://github.com/catchorg/Catch2?ref=v3.8.0#914aeecfe23b1e16af6ea675a4fb5dbd5a5b8d0a" ,
You can’t perform that action at this time.
0 commit comments