Skip to content

Commit

Permalink
CI/GL: add win/mac
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-obx committed Aug 6, 2024
1 parent 98f3563 commit 471969e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,19 @@ b:go1.22:
- make test-depend
- make test

test:cmake:
t:cmake:linux-x64:
tags: [ x64, linux, docker ]
image:
name: objectboxio/buildenv-core:2024-07-11
script:
- make test-cmake

t:cmake:win-x64:
tags: [ windows ]
script:
- make test-cmake

t:cmake:mac-x64:
tags: [ mac, x64 ]
script:
- make test-cmake

0 comments on commit 471969e

Please sign in to comment.