Skip to content

Commit fb192b2

Browse files
committed
Initial GHA test
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent d49fdad commit fb192b2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/odbc.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: ODBC Driver
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
push:
7+
8+
jobs:
9+
windows-odbc:
10+
runs-on: windows-2025
11+
steps:
12+
- name: Create repo directories
13+
run: |
14+
mkdir github
15+
cd github
16+
17+
- name: Set up vcpkg
18+
run: |
19+
git clone https://github.com/microsoft/vcpkg/
20+
./vcpkg/bootstrap-vcpkg.bat
21+
cd vpkg
22+
pwd >> $VCPKG_ROOT
23+
echo $VCPKG_ROOT
24+
25+
- name: Clone
26+
run:|
27+
cd ..
28+
git clone https://github.com/apache/arrow.git
29+

0 commit comments

Comments
 (0)