-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathCatch2.yaml
48 lines (39 loc) · 939 Bytes
/
Catch2.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
package:
name: Catch2
version: 3.8.0
epoch: 0
description: "A modern, C++-native, test framework"
copyright:
- license: 'BSL-1.0'
environment:
contents:
packages:
- build-base
- busybox
pipeline:
- uses: git-checkout
with:
repository: https://github.com/catchorg/Catch2
tag: v${{package.version}}
expected-commit: 914aeecfe23b1e16af6ea675a4fb5dbd5a5b8d0a
- uses: cmake/configure
- uses: cmake/build
- uses: cmake/install
- uses: strip
subpackages:
- name: Catch2-static
description: "A modern, C++-native, test framework - static libraries"
pipeline:
- uses: split/static
- name: Catch2-dev
description: "A modern, C++-native, test framework - development headers"
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf
update:
enabled: true
github:
identifier: catchorg/Catch2
strip-prefix: v