File tree 7 files changed +1
-37
lines changed
7 files changed +1
-37
lines changed Original file line number Diff line number Diff line change 8
8
tags :
9
9
- " *"
10
10
pull_request :
11
- paths :
12
- - " c/**"
13
- - .github/workflows/c.yaml
14
11
jobs :
15
12
16
13
ubuntu-lts :
Original file line number Diff line number Diff line change 8
8
tags :
9
9
- " *"
10
10
pull_request :
11
- paths :
12
- - " generator/**"
13
- - " spec/**"
14
- - " c/test/**"
15
- - " java/build.gradle"
16
- - " java/test/**"
17
- - " rust/sbp/tests/**"
18
11
jobs :
19
12
generation :
20
13
name : Generated artifacts
21
14
runs-on : ubuntu-20.04
22
15
container :
23
- image : swiftnav/libsbp-build:2023-12-18
16
+ image : swiftnav/libsbp-build:test
24
17
options : --user root
25
18
volumes :
26
19
- ${{ github.workspace }}:/mnt/workspace
Original file line number Diff line number Diff line change 8
8
tags :
9
9
- " *"
10
10
pull_request :
11
- paths :
12
- - " haskell/**"
13
- - .github/workflows/haskell.yaml
14
11
jobs :
15
12
build :
16
13
name : Build
Original file line number Diff line number Diff line change 8
8
tags :
9
9
- " *"
10
10
pull_request :
11
- paths :
12
- - " java/**"
13
- - .github/workflows/java.yaml
14
11
jobs :
15
12
tests-java-1_8 :
16
13
name : Test
Original file line number Diff line number Diff line change 8
8
tags :
9
9
- " *"
10
10
pull_request :
11
- paths :
12
- - " javascript/**"
13
- - " spec/tests/**"
14
- - package.json
15
- - package-lock.json
16
- - .github/workflows/javascript.yaml
17
11
jobs :
18
12
coverage :
19
13
name : Test
Original file line number Diff line number Diff line change 8
8
tags :
9
9
- " *"
10
10
pull_request :
11
- paths :
12
- - " python/**"
13
- - " spec/tests/**"
14
- - requirements.txt
15
- - tox.ini
16
- - scripts/ci_prepare_python.bash
17
- - .github/workflows/python.yaml
18
11
jobs :
19
12
coverage :
20
13
name : Test
Original file line number Diff line number Diff line change 8
8
tags :
9
9
- " *"
10
10
pull_request :
11
- paths :
12
- - " rust/**"
13
- - Cargo.toml
14
- - Cargo.lock
15
- - scripts/ci_prepare_rust.bash
16
- - scripts/ci_build_rust.bash
17
- - .github/workflows/rust.yaml
18
11
jobs :
19
12
lint :
20
13
name : Format and lint
You can’t perform that action at this time.
0 commit comments