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
900ddfb5
Commit
900ddfb5
authored
May 14, 2023
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable Robot tests on Windows CI
parent
af129279
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
.ci/windows/Dockerfile
.ci/windows/Dockerfile
+8
-1
.ci/windows/build.cmd
.ci/windows/build.cmd
+1
-0
No files found.
.ci/windows/Dockerfile
View file @
900ddfb5
...
...
@@ -13,8 +13,15 @@ RUN Set-ExecutionPolicy Bypass -Scope Process -Force; \
RUN
choco
install
-y
--no-progress
visualstudio2022buildtools
RUN
choco
install
-y
--no-progress
visualstudio2022-workload-vctools
# Install
Git and OpenSSL
.
# Install
and OpenSSL and Python
.
RUN
choco
install
-y
--no-progress
msysgit openssl
RUN
choco
install
-y
--no-progress
python
# Install Robot Framework and dependencies.
RUN
python.exe
-m
pip
install
\
robotframework
\
robotframework-requests
\
robotframework-websocketclient
# Add git to the global PATH
SHELL
[ "cmd", "/c" ]
...
...
.ci/windows/build.cmd
View file @
900ddfb5
...
...
@@ -5,6 +5,7 @@ cmake.exe ^
-B
build
^
-G
"Visual Studio 17 2022"
^
-C
".ci\debug-flags.cmake"
^
-DCAF
_ENABLE_ROBOT_TESTS
=
ON
^
-DEXTRA
_FLAGS
=
/MP
%CIRRUS_CPU%
^
-DBUILD
_SHARED_LIBS
=
OFF
^
-DCMAKE
_C_COMPILER
=
cl
.exe
^
...
...
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