Skip to content

Commit

Permalink
Issue leonbreedt#3 - Set up CI for FavIcon project
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeoashephard committed May 15, 2018
1 parent 323342e commit 0285703
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
stages:
- build

build_code:
stage: build
script:
- set -o pipefail && xcodebuild clean test -project FavIcon.xcodeproj -scheme FavIcon-iOS -destination 'platform=iOS Simulator,name=iPhone X,OS=11.3'
- set -o pipefail && xcodebuild clean test -project FavIcon.xcodeproj -scheme FavIcon-iOS -destination 'platform=iOS Simulator,name=iPhone SE,OS=10.3.1'
- set -o pipefail && xcodebuild clean test -project FavIcon.xcodeproj -scheme FavIcon-iOS -destination 'platform=iOS Simulator,name=iPhone 6s Plus,OS=9.3'
- set -o pipefail && xcodebuild clean test -project FavIcon.xcodeproj -scheme FavIcon-OSX -destination 'platform=OS X,arch=x86_64'
tags:
- ios,favicon

0 comments on commit 0285703

Please sign in to comment.