Add CI
parent
754b5f1268
commit
8b6154f64b
|
@ -0,0 +1,7 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build_project:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- xcodebuild -workspace "./Cog.xcodeproj/project.xcworkspace" -scheme Cog -configuration Release build
|
Loading…
Reference in New Issue