Skip to content

Commit f3add7d

Browse files
committed
Update builds page for GitHub Actions
1 parent 96b9c4f commit f3add7d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

builds/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Builds
66
Builds
77
======
88

9-
We now have reliable automated builds using [Travis CI](https://www.travis-ci.org/) (to cover all Android, iOS, Linux, and Mac OS X builds) and [AppVeyor](https://www.appveyor.com/) (providing Windows builds). Thanks to both initiatives for providing such a great service to open source projects! Every pull request is built for all targets, and each commit generates a new snapshot build.
9+
We now have reliable automated builds using [Travis CI](https://www.travis-ci.org/) (to cover testing of JavaCPP and JavaCV on ARM, POWER, and x86 architectures for all platforms) and [GitHub Actions](https://github.com/features/actions) (providing Android, iOS, Linux, Mac OS X, and Windows builds for the JavaCPP Presets). Thanks to both initiatives for providing such a great service to open source projects! Every pull request is built for all targets, and each commit generates a new snapshot build.
1010

1111
Using Snapshot Builds
1212
---------------------
@@ -90,13 +90,12 @@ Current Build Status
9090

9191
Builds information and history is available on
9292

93-
* Travis CI for Android, iOS, Linux, and Mac OS X at
93+
* Travis CI for JavaCPP, JavaCV, Gradle JavaCPP, SBT-JavaCPP, and SBT-JavaCV at
9494
* [bytedeco/javacpp](https://travis-ci.org/bytedeco/javacpp),
95-
* [bytedeco/javacpp-presets](https://travis-ci.org/bytedeco/javacpp-presets),
9695
* [bytedeco/javacv](https://travis-ci.org/bytedeco/javacv),
9796
* [bytedeco/gradle-javacpp](https://travis-ci.org/bytedeco/gradle-javacpp),
9897
* [bytedeco/sbt-javacpp](https://travis-ci.org/bytedeco/sbt-javacpp),
9998
* [bytedeco/sbt-javacv](https://travis-ci.org/bytedeco/sbt-javacv), and on
100-
* AppVeyor for Windows at
101-
* [bytedeco/javacpp-presets](https://ci.appveyor.com/project/Bytedeco/javacpp-presets).
99+
* GitHub Actions for the JavaCPP Presets at
100+
* [bytedeco/javacpp-presets](https://github.com/bytedeco/javacpp-presets/actions).
102101

0 commit comments

Comments
 (0)