Skip to content

Commit

Permalink
Merge branch 'main' into feat-class-named-qualifier
Browse files Browse the repository at this point in the history
Signed-off-by: Ghasem Shirdel <ghasem79.dev@gmail.com>
  • Loading branch information
ghasemdev committed May 4, 2024
2 parents c082233 + e99b929 commit 29e9b4e
Show file tree
Hide file tree
Showing 178 changed files with 314 additions and 3,175 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Build & Test

on:
push:
branches:
- '*'
- '*/*'

pull_request:
branches:
- '*'
Expand Down Expand Up @@ -37,9 +32,9 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Install Compiler
run: cd compiler && ./install.sh
run: cd projects && ./install.sh

- name: Run Sandbox Test
run: cd sandbox && ./test.sh
run: cd examples && ./test.sh


11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,10 @@ jobs:
java-version: 11

- name: Install
run: cd compiler && ./install.sh
run: cd projects && ./install.sh

- name: Release
run: cd compiler && ./release.sh

- name: Install BOM
run: cd bom && ./install.sh

- name: Release BOM
run: cd bom && ./release.sh
run: cd projects && ./release.sh



16 changes: 2 additions & 14 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,11 @@ We use Gradlew in the build scripts


==== Default build
The project can be built from the root directory using the script:
The project can be built from the "projects" directory using the script:

[indent=0]
----
$ ./install.sh
----

NOTE: you can use the `test.sh` and `install.sh` scripts to test all modules and make local install


== Integration tests

the `koin-test` module gather all test against `koin-core`. Here you'll found most of usecase tests.

The following command scrtip launch all tests from projects:

[indent=0]
----
$ ./test.sh
----
NOTE: Once projects have been installed, you can use the `test.sh` from "examples" folder, to run tests
16 changes: 0 additions & 16 deletions bom/build.gradle

This file was deleted.

31 changes: 0 additions & 31 deletions bom/gradle.properties

This file was deleted.

129 changes: 0 additions & 129 deletions bom/gradle/publish.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions bom/gradle/versions.gradle

This file was deleted.

Loading

0 comments on commit 29e9b4e

Please sign in to comment.