-
Notifications
You must be signed in to change notification settings - Fork 70
34 lines (29 loc) · 1.1 KB
/
example.yml
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
name: example
on:
push:
branches: ["main"]
#drwxrwxr-x 2 oathdruid oathdruid 4096 Jul 1 19:16 anyflow
#drwxrwxr-x 2 oathdruid oathdruid 4096 Jul 1 19:24 depend-use-bzlmod
#drwxrwxr-x 3 oathdruid oathdruid 4096 Jul 1 19:27 depend-use-cmake-fetch
#drwxrwxr-x 2 oathdruid oathdruid 4096 Jul 1 19:28 depend-use-cmake-find
#drwxrwxr-x 2 oathdruid oathdruid 4096 Jul 1 19:28 depend-use-cmake-subdir
#drwxrwxr-x 2 oathdruid oathdruid 4096 Jul 1 19:31 depend-use-workspace
#drwxrwxr-x 2 oathdruid oathdruid 4096 Jul 1 19:32 use-arena-with-brpc
#drwxrwxr-x 3 oathdruid oathdruid 4096 Jul 1 19:42 use-counter-with-bvar
#drwxrwxr-x 2 oathdruid oathdruid 4096 Jul 1 19:42 use-with-bthread
jobs:
anyflow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cd example/anyflow && ./build.sh
depend-use-bzlmod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cd example/depend-use-bzlmod && ./build.sh
depend-use-cmake-fetch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cd example/depend-use-cmake-fetch && ./build.sh