File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
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 : |
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
You can’t perform that action at this time.
0 commit comments