There was an error while loading. Please reload this page.
2 parents b186053 + 6df25f3 commit b3e8505Copy full SHA for b3e8505
.gitlab-ci.yml
@@ -0,0 +1,16 @@
1
+stages:
2
+ - build
3
+ - archive
4
+
5
+build_project:
6
+ stage: build
7
+ tags: [mac, x64, xcode]
8
+ script:
9
+ - cd Example
10
+ - pod repo update
11
+ - pod install
12
+ - Pods/ObjectBox/setup.rb
13
+ - xcodebuild build -workspace NotesExample.xcworkspace -scheme NotesExample-macOS -destination 'platform=OS X,arch=x86_64' -verbose
14
15
+variables:
16
+ GIT_SUBMODULE_STRATEGY: recursive
0 commit comments