Skip to content

Commit 4a59f21

Browse files
committed
update CI
1 parent 412af33 commit 4a59f21

3 files changed

Lines changed: 9 additions & 146 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,18 @@ jobs:
3737
- name: install ndk
3838
run: yes | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;${{ env.ndk_version }}"
3939

40-
- name: conan remote
41-
run: |
42-
conan remote remove "*"
43-
conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
44-
conan remote add conancenter https://center2.conan.io
4540
- name: conan profile
4641
run: conan profile detect
4742

43+
- name: checkout core
44+
run: git submodule update --init --depth 1 OpenDocument.core
45+
46+
- name: checkout conan-index
47+
run: cd OpenDocument.core; git submodule update --init --depth 1 conan-odr-index
48+
49+
- name: export conan-odr-index
50+
run: python OpenDocument.core/conan-odr-index/scripts/conan_export_all_packages.py
51+
4852
- name: Gradle cache
4953
uses: gradle/actions/setup-gradle@v3
5054

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

.github/workflows/claude.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)