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
79f3148eb3
commit
35a2fc91aa
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
@ -9,15 +9,20 @@ jobs:
|
||||
|
||||
build-visual-studio:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup MSBuild.exe
|
||||
uses: warrenbuckley/Setup-MSBuild@v1
|
||||
|
||||
- name: Build and run
|
||||
working-directory: test/vs2019
|
||||
run: |
|
||||
msbuild etl.sln
|
||||
cmake -D BUILD_TESTS=ON ./
|
||||
make
|
||||
./test/etl_tests
|
||||
|
||||
- name: Save artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Testfile
|
||||
path: test/etl_tests
|
||||
Loading…
x
Reference in New Issue
Block a user