Skip to content

Commit b617456

Browse files
Include tabledata in CI builds
1 parent 935ee1b commit b617456

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-builds.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- .github/workflows/check-builds.yaml
99
- CMakeLists.txt
1010
- Makefile
11+
- tdata
1112
pull_request:
1213
types: [opened, reopened, synchronize, ready_for_review]
1314
paths:
@@ -48,6 +49,7 @@ jobs:
4849
Rename-Item -Path "bin/fusion" -newName "$version-fusion"
4950
Write-Output "Built version $version"
5051
}
52+
Copy-Item -Path "tdata" -Destination "bin/tdata" -Recurse
5153
Copy-Item -Path "sql" -Destination "bin/sql" -Recurse
5254
Copy-Item -Path "config.ini" -Destination "bin"
5355
shell: pwsh
@@ -100,6 +102,7 @@ jobs:
100102
}
101103
Rename-Item -Path "bin/$configuration" -newName "$version-$configuration"
102104
Write-Output "Built version $version $configuration"
105+
Copy-Item -Path "tdata" -Destination "bin/$version-$configuration/tdata" -Recurse
103106
Copy-Item -Path "sql" -Destination "bin/$version-$configuration/sql" -Recurse
104107
Copy-Item -Path "config.ini" -Destination "bin/$version-$configuration"
105108
}

0 commit comments

Comments
 (0)