Skip to content

Commit 3edff99

Browse files
committed
Update readme to reflect changes in CI
1 parent 60803ae commit 3edff99

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -471,15 +471,14 @@ actual val settings: SuspendSettings = JsSettings().toSuspendSettings()
471471

472472
## Building
473473

474-
The project includes multiple CI jobs configured using Azure pipelines. On PRs or updates to the `main` branch, the
475-
script in `azure-pipelines.yml` runs. This builds the library and runs unit tests for all platforms across Linux, Mac,
476-
and Windows hosts. In addition, the library build artifacts are deployed to the local maven repository and the sample
477-
project is built for the platforms on which it is implemented. This ensures that the sample remains in sync with updates
478-
to the library.
479-
480-
An addition pipeline is defined in `azure-pipelines-deploy.yml`, which runs whenever a tag is pushed to the remote. This
481-
builds the library for all platforms and uploads artifacts to staging on Maven Central. Uploaded artifacts must still be
482-
published manually
474+
The project includes multiple CI jobs configured using Github Actions. On PRs or updates to the `main` branch, the build
475+
will run the scripts in `build-linux.yml`, `build-macos.yml`, `build-windows.yml`, and `validate-gradle-wrapper.yml`.
476+
These builds the library and runs unit tests for all platforms across Linux, Mac, and Windows hosts. In addition, the
477+
library build artifacts are deployed to the local maven repository and the sample project is built for the platforms on
478+
which it is implemented. This ensures that the sample remains in sync with updates to the library.
479+
480+
An addition build script is defined in `deploy.yml`, which runs on a manual trigger. This builds the library for all
481+
platforms and uploads artifacts to staging on Maven Central. Uploaded artifacts must still be published manually
483482

484483
## License
485484

0 commit comments

Comments
 (0)