mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-27 21:08:44 +08:00
Github actions for MSVC
This commit is contained in:
parent
c0590bf52d
commit
192a851577
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -13,18 +13,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Running cmake
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}
|
||||
|
||||
- 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