Skip to content

Commit ce16692

Browse files
committed
Added MacOS CI/CD job
1 parent 6a23e56 commit ce16692

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ Windows/Clang-cl:
7878
IMAGE: stabletec/build-core:windows-clang-cl
7979
<<: *platform_windows_template
8080

81+
MacOS/Clang:
82+
stage: Platform Tests
83+
tags:
84+
- macos
85+
script:
86+
- mkdir build && cd build
87+
- cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release
88+
- ninja
89+
8190
# Analysis #
8291

8392
.analysis_template: &analysis_template

0 commit comments

Comments
 (0)