Skip to content

Commit 0f789b2

Browse files
committed
FIX: Undoing SemaphoreCI Configuration Edits
1 parent 028e41e commit 0f789b2

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.semaphore/semaphore.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,29 @@ agent:
55
type: a1-standard-4
66
os_image: macos-mojave-xcode11
77
blocks:
8-
- name: macOS Setup
8+
- name: macOS Builds
99
task:
1010
jobs:
11-
- name: pre_build_setup
11+
- name: calculator_simple
1212
commands:
13-
- cache restore
1413
- brew install make
1514
- brew install gcc
1615
- brew install gtk+3
1716
- brew install gtkmm3
18-
- brew install cairomm
19-
- cache store
20-
- name: macOS Builds
21-
task:
22-
jobs:
23-
- name: calculator_simple
24-
commands:
17+
- brew install cairomm # Possibly Redundant
2518
- checkout
26-
- cache restore
2719
- brew list
2820
- ls -alF
2921
- cd ./calculator_simple/build/macos/
3022
- gmake
3123
- name: test_install
3224
commands:
25+
- brew install make
26+
- brew install gcc
27+
- brew install gtk+3
28+
- brew install gtkmm3
29+
- brew install cairomm # Possibly Redundant
3330
- checkout
34-
- cache restore
3531
- brew list
3632
- ls -alF
3733
- cd ./calculator_simple/build/macos/

0 commit comments

Comments
 (0)