Skip to content

Commit

Permalink
struct: unify architecture folder
Browse files Browse the repository at this point in the history
  • Loading branch information
darakeon committed Dec 2, 2023
1 parent b357c64 commit 10038e5
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
command: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- run:
name: Build images
path: ci
path: architecture/ci
command: make build_browser PUSH=1

push_docker_android:
Expand All @@ -75,7 +75,7 @@ jobs:
command: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- run:
name: Build images
path: ci
path: architecture/ci
command: make build_android PUSH=1

build_core:
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
- run:
name: set checksums
command: |
KT_DOCK=$(md5sum ci/android.dockerfile | cut -d' ' -f1)
KT_DOCK=$(md5sum architecture/ci/android.dockerfile | cut -d' ' -f1)
KT_MAIN=$(md5sum android/build.gradle | cut -d' ' -f1)
KT_UTIL=$(md5sum android/TestUtils/build.gradle | cut -d' ' -f1)
KT_LIBR=$(md5sum android/Lib/build.gradle | cut -d' ' -f1)
Expand Down
2 changes: 1 addition & 1 deletion .circleci/pieces/03-push-docker-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
command: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- run:
name: Build images
path: ci
path: architecture/ci
command: make build_browser PUSH=1

2 changes: 1 addition & 1 deletion .circleci/pieces/04-push-docker-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
command: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- run:
name: Build images
path: ci
path: architecture/ci
command: make build_android PUSH=1

2 changes: 1 addition & 1 deletion .circleci/pieces/18-build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- run:
name: set checksums
command: |
KT_DOCK=$(md5sum ci/android.dockerfile | cut -d' ' -f1)
KT_DOCK=$(md5sum architecture/ci/android.dockerfile | cut -d' ' -f1)
KT_MAIN=$(md5sum android/build.gradle | cut -d' ' -f1)
KT_UTIL=$(md5sum android/TestUtils/build.gradle | cut -d' ' -f1)
KT_LIBR=$(md5sum android/Lib/build.gradle | cut -d' ' -f1)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 10038e5

Please sign in to comment.