File tree Expand file tree Collapse file tree 7 files changed +1
-37
lines changed
Expand file tree Collapse file tree 7 files changed +1
-37
lines changed Original file line number Diff line number Diff line change 88 tags :
99 - " *"
1010 pull_request :
11- paths :
12- - " c/**"
13- - .github/workflows/c.yaml
1411jobs :
1512
1613 ubuntu-lts :
Original file line number Diff line number Diff line change 88 tags :
99 - " *"
1010 pull_request :
11- paths :
12- - " generator/**"
13- - " spec/**"
14- - " c/test/**"
15- - " java/build.gradle"
16- - " java/test/**"
17- - " rust/sbp/tests/**"
1811jobs :
1912 generation :
2013 name : Generated artifacts
2114 runs-on : ubuntu-20.04
2215 container :
23- image : swiftnav/libsbp-build:2023-12-18
16+ image : swiftnav/libsbp-build:test
2417 options : --user root
2518 volumes :
2619 - ${{ github.workspace }}:/mnt/workspace
Original file line number Diff line number Diff line change 88 tags :
99 - " *"
1010 pull_request :
11- paths :
12- - " haskell/**"
13- - .github/workflows/haskell.yaml
1411jobs :
1512 build :
1613 name : Build
Original file line number Diff line number Diff line change 88 tags :
99 - " *"
1010 pull_request :
11- paths :
12- - " java/**"
13- - .github/workflows/java.yaml
1411jobs :
1512 tests-java-1_8 :
1613 name : Test
Original file line number Diff line number Diff line change 88 tags :
99 - " *"
1010 pull_request :
11- paths :
12- - " javascript/**"
13- - " spec/tests/**"
14- - package.json
15- - package-lock.json
16- - .github/workflows/javascript.yaml
1711jobs :
1812 coverage :
1913 name : Test
Original file line number Diff line number Diff line change 88 tags :
99 - " *"
1010 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
1811jobs :
1912 coverage :
2013 name : Test
Original file line number Diff line number Diff line change 88 tags :
99 - " *"
1010 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
1811jobs :
1912 lint :
2013 name : Format and lint
You can’t perform that action at this time.
0 commit comments