File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 55 type : a1-standard-4
66 os_image : macos-mojave-xcode11
77blocks :
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/
You can’t perform that action at this time.
0 commit comments