You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: builds/index.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: Builds
6
6
Builds
7
7
======
8
8
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.
10
10
11
11
Using Snapshot Builds
12
12
---------------------
@@ -90,13 +90,12 @@ Current Build Status
90
90
91
91
Builds information and history is available on
92
92
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
0 commit comments