File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 32
32
- repository : autowarefoundation/autoware_common
33
33
files :
34
34
- source : .github/workflows/build-and-test.yaml
35
- pre-commands : |
36
- sd 'name: build-and-test' 'name: build-and-test-daily' {source}
37
- sd 'on:\n push:' 'on:' {source}
38
- sd ' build-and-test:' ' build-and-test-daily:' {source}
39
- sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
40
- sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
41
- sd -- \
42
- " include:" \
43
- " container-suffix:
44
- - \"\"
45
- - -cuda
46
- include:" {source}
47
35
dest : .github/workflows/build-and-test-daily.yaml
48
36
- source : .github/workflows/build-and-test.yaml
49
37
dest : .github/workflows/build-and-test-daily-arm64.yaml
You can’t perform that action at this time.
0 commit comments