mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-30 06:18:50 +08:00
Github actions for MSVC
This commit is contained in:
parent
346abe9a69
commit
d887d11035
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -14,15 +14,10 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Installing vcpkg
|
||||
run: |
|
||||
cd ..
|
||||
git clone https://github.com/Microsoft/vcpkg.git
|
||||
cd vcpkg
|
||||
git checkout
|
||||
.\bootstrap-vcpkg.bat
|
||||
.\vcpkg.exe install cppzmq:x64-windows
|
||||
- name: Setup MSBuild.exe
|
||||
uses: warrenbuckley/Setup-MSBuild@v1
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
MSBuild.exe etl.sln
|
||||
working-directory: test
|
||||
msbuild etl.sln
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user