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 c84ac8a commit a08fd87Copy full SHA for a08fd87
.semaphore/semaphore.yml
@@ -13,16 +13,10 @@ blocks:
13
- brew install gcc
14
- brew install gtk+3
15
- brew install gtkmm3
16
- - name: Grab Source
17
- task:
18
- jobs:
19
- - name: grab
+ - name: grab_and_build
20
commands:
21
- checkout
22
- - name: Build
23
24
25
- - name: build
26
- commands:
27
- - cd calculator_simple/build/macos/
28
- - gmake
+ - ls -alF
+ - ls -alF $SEMAPHORE_GIT_DIR
+ - cd $SEMAPHORE_GIT_DIR/calculator_simple/build/macos/
+ - gmake
0 commit comments