Skip to content

Commit 9bee2c5

Browse files
Get rid of the headers on Windows
1 parent b66e128 commit 9bee2c5

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/windows-cxx20-vcpkg.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- db: postgres
1515
- db: sqlite
1616
- db: mysql
17-
- db: headers
1817
name: "(windows-${{ matrix.db }})"
1918
concurrency:
2019
group: ci-${{ github.ref }}-windows-${{ matrix.db }}
@@ -34,11 +33,6 @@ jobs:
3433
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
3534
- uses: ilammy/msvc-dev-cmd@v1
3635
- uses: lukka/run-vcpkg@v11
37-
- name: Compile
38-
if: matrix.db == 'headers'
39-
run: |
40-
cmake -S . -B build -DCMAKE_CXX_STANDARD=20 -DSQLGEN_CHECK_HEADERS=ON
41-
cmake --build build --config Release -j4
4236
- name: Compile
4337
if: matrix.db == 'postgres'
4438
run: |
@@ -55,6 +49,5 @@ jobs:
5549
cmake -S . -B build -DCMAKE_CXX_STANDARD=20 -DCMAKE_BUILD_TYPE=Release -DSQLGEN_BUILD_TESTS=ON -DSQLGEN_MYSQL=ON -DSQLGEN_POSTGRES=OFF -DSQLGEN_SQLITE3=OFF -DSQLGEN_BUILD_DRY_TESTS_ONLY=ON -DBUILD_SHARED_LIBS=ON -DVCPKG_TARGET_TRIPLET=x64-windows-release
5650
cmake --build build --config Release -j4
5751
- name: Run tests
58-
if: matrix.db != 'headers'
5952
run: |
6053
ctest --test-dir build --output-on-failure

0 commit comments

Comments
 (0)