mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Add VS2019 configuration to Github CI
This commit is contained in:
parent
56caea01bd
commit
29aa68326e
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -11,6 +11,11 @@ jobs:
|
||||
runs-on: [windows-latest]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake.exe --help
|
||||
@ -21,10 +26,7 @@ jobs:
|
||||
# run: ./test/etl_tests
|
||||
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v2
|
||||
# with:
|
||||
# submodules: recursive
|
||||
|
||||
|
||||
# - name: Add msbuild to PATH
|
||||
# uses: microsoft/setup-msbuild@v1.0.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user