cog/.gitlab-ci.yml

7 lines
165 B
YAML
Raw Normal View History

2019-11-06 04:39:37 +00:00
stages:
- build
build_project:
stage: build
script:
2019-11-06 04:45:27 +00:00
- xcodebuild -workspace "./Cog.xcodeproj/project.xcworkspace" -scheme Cog -configuration Release build