mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-29 05:48:44 +08:00
Github actions for MSVC
This commit is contained in:
parent
db1a9790e0
commit
1b396679eb
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -D BUILD_TESTS=ON ./
|
||||
cmake -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER_ID="MSVC" ./
|
||||
cmake --build .
|
||||
./test/etl_tests
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user