Skip to content

Commit a08fd87

Browse files
committed
FIX: Attempting to fix SemaphoreCI Configuration
1 parent c84ac8a commit a08fd87

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.semaphore/semaphore.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ blocks:
1313
- brew install gcc
1414
- brew install gtk+3
1515
- brew install gtkmm3
16-
- name: Grab Source
17-
task:
18-
jobs:
19-
- name: grab
16+
- name: grab_and_build
2017
commands:
2118
- checkout
22-
- name: Build
23-
task:
24-
jobs:
25-
- name: build
26-
commands:
27-
- cd calculator_simple/build/macos/
28-
- gmake
19+
- ls -alF
20+
- ls -alF $SEMAPHORE_GIT_DIR
21+
- cd $SEMAPHORE_GIT_DIR/calculator_simple/build/macos/
22+
- gmake

0 commit comments

Comments
 (0)