mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Github actions for MSVC
This commit is contained in:
parent
b8389c7134
commit
dc501fa2c4
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -DNO_STL=0 ./
|
||||
cmake ./
|
||||
MSBuild etl.sln
|
||||
|
||||
build-visual-studio-no-stl:
|
||||
|
||||
@ -3,7 +3,7 @@ project(etl_unit_tests)
|
||||
|
||||
add_definitions(-DETL_DEBUG)
|
||||
|
||||
if (NO_STL EQUAL 1)
|
||||
if (${NO_STL})
|
||||
message(STATUS "Compiling for No STL")
|
||||
add_definitions(-DETL_NO_STL)
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user