mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-30 22:38:44 +08:00
Github actions for MSVC
This commit is contained in:
parent
192a851577
commit
346abe9a69
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -14,6 +14,15 @@ 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: Build and run
|
||||
run: |
|
||||
MSBuild.exe etl.sln
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user