mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-28 21:38:44 +08:00
Add VS2019 configuration to Github CI
This commit is contained in:
parent
845d6902f1
commit
331513c3e0
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -6,16 +6,13 @@ on:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
||||
build-windows-vs2019:
|
||||
name: Windows VS2019 Debug
|
||||
runs-on: [windows-latest]
|
||||
|
||||
steps:
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake.exe --help
|
||||
- name: Build and run
|
||||
run: cmake.exe --help
|
||||
# export CC=msvc
|
||||
# export CXX=msvc
|
||||
# cmake -D BUILD_TESTS=ON ./
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user