Commit 60f4864f authored by Samir Halilcevic's avatar Samir Halilcevic

Fix naming. Use VSC as CMake Backend. Add Roboto

parent 9bda45a9
cmake.exe ^
-S . ^
-B build ^
-G "NMake Makefiles" ^
-G "Visual Studio 17 2022" ^
-C ".ci\debug-flags.cmake" ^
-DCAF_ENABLE_ROBOT_TESTS=ON ^
-DBUILD_SHARED_LIBS=OFF ^
......
call "c:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
cd build
ctest --output-on-failure -C debug || exit \b 1
......@@ -2,12 +2,12 @@ name: build-caf
on: [pull_request]
jobs:
build-caf:
name: Build caf using provided script
Windows:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1.4.1
- uses: joonvena/robotframework-docker-action@v1.0
- name: Build
run: .ci/windows/build.cmd
- name: Test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment