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
1b396679eb
commit
3ea20255e1
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -17,9 +17,8 @@ jobs:
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER_ID="MSVC" ./
|
||||
cmake --build .
|
||||
./test/etl_tests
|
||||
cmake -DBUILD_TESTS=ON ./
|
||||
MSBuild etl.sln
|
||||
|
||||
- name: Save artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user