mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-29 13:58:44 +08:00
Github actions for MSVC
This commit is contained in:
parent
a9d39153e5
commit
9724a0fe3f
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -25,4 +25,16 @@ jobs:
|
||||
.\bootstrap-vcpkg.bat
|
||||
.\vcpkg.exe install cppzmq:x64-windows
|
||||
|
||||
- name: Running cmake
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}
|
||||
/../vcpkg/scripts/buildsystems/vcpkg.cmake
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -D BUILD_TESTS=ON ./
|
||||
cd build
|
||||
MSBuild.exe etl.sln
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user