Skip to content

Commit d639b67

Browse files
authored
Merge pull request laullon#208 from gitx/Github-CI
Github CI
2 parents 83c06fb + a2c7a11 commit d639b67

File tree

5 files changed

+24
-10
lines changed

5 files changed

+24
-10
lines changed

Diff for: .github/workflows/BuildPR.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: build-gitx
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
build-gitx:
7+
name: build-gitx
8+
runs-on: macOS-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/[email protected]
12+
with:
13+
fetch-depth: 0
14+
submodules: recursive
15+
- name: Set XCode Version
16+
run: sudo xcode-select -s /Applications/Xcode_12.2.app
17+
- name: pre build
18+
run: cd External/objective-git && script/bootstrap && script/update_libgit2 && cd ../..
19+
- name: Build project
20+
run: set -o pipefail && xcodebuild -workspace GitX.xcworkspace -scheme GitX archive | xcpretty

Diff for: .travis.yml

-6
This file was deleted.

Diff for: README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What is GitX?
22

3-
[![Build Status](https://travis-ci.org/gitx/gitx.svg?branch=master)](https://travis-ci.org/gitx/gitx)
3+
[![GitHub Actions Build Status](https://github.com/gitx/gitx/workflows/build-gitx/badge.svg)](https://github.com/gitx/gitx/actions?query=workflow%3Abuild-gitx)
44

55
GitX is an OS X (MacOS) native graphical client for the `git` version
66
control system.

Diff for: Resources/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<key>CFBundlePackageType</key>
4848
<string>APPL</string>
4949
<key>CFBundleShortVersionString</key>
50-
<string>0.12</string>
50+
<string>0.13</string>
5151
<key>CFBundleVersion</key>
52-
<string>0.12</string>
52+
<string>0.13</string>
5353
<key>LSApplicationCategoryType</key>
5454
<string>public.app-category.developer-tools</string>
5555
<key>NSAppleEventsUsageDescription</key>

0 commit comments

Comments
 (0)