Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: checkout conan-odr-index
run: git submodule update --init --depth 1 conan-odr-index

- name: ubuntu install ccache
if: runner.os == 'Linux'
Expand All @@ -50,11 +52,6 @@ jobs:
if: startsWith(matrix.host_profile, 'android')
run: yes | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install 'ndk;${{ matrix.ndk_version }}'

- name: fetch conan-odr-index
uses: actions/checkout@v4
with:
repository: opendocument-app/conan-odr-index
path: conan-odr-index
- name: export conan-odr-index
run: python conan-odr-index/scripts/conan_export_all_packages.py
- name: conan config
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: checkout conan-odr-index
run: git submodule update --init --depth 1 conan-odr-index

- name: ubuntu install ccache
if: runner.os == 'Linux'
Expand All @@ -37,11 +39,6 @@ jobs:
- name: get version
run: echo "VERSION=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV

- name: fetch conan-odr-index
uses: actions/checkout@v4
with:
repository: opendocument-app/conan-odr-index
path: conan-odr-index
- name: export conan-odr-index
run: python conan-odr-index/scripts/conan_export_all_packages.py
- name: conan config
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: checkout conan-odr-index
run: git submodule update --init --depth 1 conan-odr-index

- name: ubuntu install ccache
if: runner.os == 'Linux'
Expand All @@ -43,11 +45,6 @@ jobs:
- name: install python dependencies
run: pip install --upgrade pip conan

- name: fetch conan-odr-index
uses: actions/checkout@v4
with:
repository: opendocument-app/conan-odr-index
path: conan-odr-index
- name: export conan-odr-index
run: python conan-odr-index/scripts/conan_export_all_packages.py
- name: conan config
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "test/data/reference-output/odr-private"]
path = test/data/reference-output/odr-private
url = git@github.com:opendocument-app/OpenDocument.test-private.output.git
[submodule "conan-odr-index"]
path = conan-odr-index
url = https://github.com/opendocument-app/conan-odr-index.git
1 change: 1 addition & 0 deletions conan-odr-index
Submodule conan-odr-index added at 984750
Loading