We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa9d82 commit e5c1f83Copy full SHA for e5c1f83
.semaphore/semaphore.yml
@@ -0,0 +1,28 @@
1
+version: v1.0
2
+name: Apple/Mojave Based Pipeline
3
+agent:
4
+ machine:
5
+ type: a1-standard-4
6
+ os_image: macos-mojave-xcode11
7
+blocks:
8
+ - name: Setup
9
+ task:
10
+ jobs:
11
+ - name: brew_installs
12
+ commands:
13
+ - brew install gcc-9
14
+ - brew install gtk+3
15
+ - brew install gtkmm3
16
+ - name: Grab Source
17
18
19
+ - name: grab
20
21
+ - checkout
22
+ - name: Build
23
24
25
+ - name: build
26
27
+ - cd calculator_simple/build/macos/
28
+ - gmake
0 commit comments