Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
wip CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayrnt committed Jul 12, 2024
1 parent 6a38683 commit 5e9e4bf
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.0.0
uses: ./.github/workflows/_extension_distribution.yml@v1.0.0
with:
duckdb_version: v1.0.0
extension_name: duckdb-bigquery
exclude_archs: "windows_amd64_rtools"
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools'

duckdb-stable-deploy:
name: Deploy extension binaries
Expand All @@ -28,6 +28,6 @@ jobs:
with:
duckdb_version: v1.0.0
extension_name: duckdb-bigquery
exclude_archs: "windows_amd64_rtools"
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools'
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
Loading

0 comments on commit 5e9e4bf

Please sign in to comment.