Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
b7c6c379
Commit
b7c6c379
authored
Jun 14, 2023
by
Samir Halilcevic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add robot framework
parent
60f4864f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
.ci/windows/build.cmd
.ci/windows/build.cmd
+2
-2
.github/workflows/check-windows.yml
.github/workflows/check-windows.yml
+6
-2
No files found.
.ci/windows/build.cmd
View file @
b7c6c379
cmake
.exe
^
cmake
.exe
^
-S
.
^
-S
.
^
-B
build
^
-B
build
^
-G
"Visual Studio 1
7 2022
"
^
-G
"Visual Studio 1
6 2019
"
^
-C
".ci\debug-flags.cmake"
^
-C
".ci\debug-flags.cmake"
^
-DCAF
_ENABLE_ROBOT_TESTS
=
ON
^
-DCAF
_ENABLE_ROBOT_TESTS
=
ON
^
-DBUILD
_SHARED_LIBS
=
OFF
^
-DBUILD
_SHARED_LIBS
=
OFF
^
...
@@ -9,4 +9,4 @@ cmake.exe ^
...
@@ -9,4 +9,4 @@ cmake.exe ^
-DCMAKE
_CXX_COMPILER
=
cl
.exe
^
-DCMAKE
_CXX_COMPILER
=
cl
.exe
^
-DOPENSSL
_ROOT_DIR
=
"C:\Program Files\OpenSSL-Win64"
-DOPENSSL
_ROOT_DIR
=
"C:\Program Files\OpenSSL-Win64"
cmake
.exe
-
-build
build
-
-target
install
-
-config
debug
||
exit
\b
1
cmake
.exe
-
-build
build
-
-
parallel
%NUMBER_OF_PROCESSORS%
-
-
target
install
-
-config
debug
||
exit
\b
1
.github/workflows/check-windows.yml
View file @
b7c6c379
...
@@ -6,8 +6,12 @@ jobs:
...
@@ -6,8 +6,12 @@ jobs:
runs-on
:
windows-2019
runs-on
:
windows-2019
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
-
uses
:
ilammy/msvc-dev-cmd@v1.4.1
-
uses
:
egor-tensin/vs-shell@v2
-
uses
:
joonvena/robotframework-docker-action@v1.0
-
uses
:
actions/setup-python@v4
with
:
python-version
:
'
3.9'
cache
:
'
pip'
-
run
:
pip install robotframework robotframework-requests robotframework-websocketclient
-
name
:
Build
-
name
:
Build
run
:
.ci/windows/build.cmd
run
:
.ci/windows/build.cmd
-
name
:
Test
-
name
:
Test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment