You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2019/11/10 22:10:42 UTC

[calcite-avatica] 03/03: Add GitHub Actions macOS

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git

commit 475ad343258e63a38d02d6196aa8c96dbc210161
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Mon Nov 11 01:09:33 2019 +0300

    Add GitHub Actions macOS
---
 .github/workflows/main.yml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3abba03..467843d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -25,4 +25,19 @@ jobs:
     - name: 'Test'
       shell: bash
       run: |
-        ./gradlew --no-parallel build -x distTar
+        ./gradlew --no-parallel build
+
+  mac:
+    name: 'macOS (JDK 13)'
+    runs-on: macos-latest
+    steps:
+      - uses: actions/checkout@master
+        with:
+          fetch-depth: 50
+      - name: 'Set up JDK 13'
+        uses: actions/setup-java@v1
+        with:
+          java-version: 13
+      - name: 'Test'
+        run: |
+        ./gradlew --no-parallel build