mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-01 06:48:44 +08:00
Add VS2019 configuration to Github CI
This commit is contained in:
parent
cf4fe76427
commit
a4154b27dd
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -6,7 +6,6 @@ on:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
||||
build-windows-vs2019:
|
||||
name: Windows VS2019 Debug
|
||||
runs-on: [windows-latest]
|
||||
@ -29,11 +28,6 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}
|
||||
/../vcpkg/scripts/buildsystems/vcpkg.cmake
|
||||
cd build
|
||||
MSBuild.exe etl.sln /property:Configuration=Debug
|
||||
|
||||
- name: Run tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user