Skip to content

Commit

Permalink
Iterating on GH action to build connector
Browse files Browse the repository at this point in the history
  • Loading branch information
dventimihasura committed Oct 3, 2024
1 parent 5d2aeea commit 4e2f5af
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Gradle build
uses: gradle/gradle-build-action@v2
working-directory: calcite-rs-jni/calcite
run: ./gradlew assemble
- name: Maven build
working-directory: calcite-rs-jni
run: mvn clean install dependency:copy-dependencies
- name: Build the Connector and CLI Plugin
run: cargo build --bin ndc-calcite --bin ndc-calcite-cli
- name: Build the docker image
run: docker build -t ghcr.io/hasura/ndc-calcite:latest .
# run: ./gradlew assemble
# - name: Maven build
# working-directory: calcite-rs-jni
# run: mvn clean install dependency:copy-dependencies
# - name: Build the Connector and CLI Plugin
# run: cargo build --bin ndc-calcite --bin ndc-calcite-cli
# - name: Build the docker image
# run: docker build -t ghcr.io/hasura/ndc-calcite:latest .

# build:

Expand Down

0 comments on commit 4e2f5af

Please sign in to comment.