-
Notifications
You must be signed in to change notification settings - Fork 155
42 lines (37 loc) · 1 KB
/
dependent-repos.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
35
36
37
38
39
40
41
name: Check that repositories submoduling us will still build after this PR
on:
pull_request:
branches:
- main
- 'release/**'
paths-ignore:
- '**.md'
env:
CARGO_TERM_COLOR: always
jobs:
android-bindings:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.36
permissions:
pull-requests: write
env:
SGX_MODE: SW
steps:
- name: Check that android-bindings still builds
uses: mobilecoinofficial/gh-actions/build-downstream-rust-repo@v0
with:
remote_repo: mobilecoinofficial/android-bindings
submodule_path: mobilecoin
full-service:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.36
permissions:
pull-requests: write
env:
SGX_MODE: SW
steps:
- name: Check that full-service still builds
uses: mobilecoinofficial/gh-actions/build-downstream-rust-repo@v0
with:
remote_repo: mobilecoinofficial/full-service
submodule_path: mobilecoin