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
19fbfe774f
commit
2a677f99aa
24
.github/workflows/main.yml
vendored
24
.github/workflows/main.yml
vendored
@ -26,19 +26,19 @@ jobs:
|
||||
echo ${{ github.workspace }}
|
||||
echo ${{ github.workspace }}/../unittest-cpp
|
||||
pwd
|
||||
ls
|
||||
dir
|
||||
cd test
|
||||
ls
|
||||
dir
|
||||
|
||||
- name: Checkout UnitTest++
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: unittest-cpp/unittest-cpp
|
||||
path: ${{ github.workspace }}/../unittest-cpp
|
||||
# - name: Checkout UnitTest++
|
||||
# uses: actions/checkout@v2
|
||||
# with:
|
||||
# repository: unittest-cpp/unittest-cpp
|
||||
# path: ${{ github.workspace }}/../unittest-cpp
|
||||
#
|
||||
# - name: Build
|
||||
# run: MSBuild.exe test/vs2019/etl.sln
|
||||
|
||||
- name: Build
|
||||
run: MSBuild.exe test/vs2019/etl.sln
|
||||
|
||||
- name: Run tests
|
||||
run: ./test/etl_tests
|
||||
# - name: Run tests
|
||||
# run: ./test/etl_tests
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user