This commit is contained in:
Kevin López Brante 2019-11-06 04:39:37 +00:00
parent 754b5f1268
commit 8b6154f64b

7
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,7 @@
stages:
- build
build_project:
stage: build
script:
- xcodebuild -workspace "./Cog.xcodeproj/project.xcworkspace" -scheme Cog -configuration Release build