This commit is contained in:
parent
b262bd2e01
commit
a7fbc0c9df
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ steps:
|
|||
pull: if-not-exists
|
||||
commands:
|
||||
- mkdir build
|
||||
- cmake . -d build
|
||||
- cmake -d build .
|
||||
- make -C build -j2
|
||||
when:
|
||||
event:
|
||||
|
@ -17,7 +17,7 @@ steps:
|
|||
pull: if-not-exists
|
||||
commands:
|
||||
- mkdir build
|
||||
- cmake . -d build
|
||||
- cmake -d build .
|
||||
- make dist -C build
|
||||
when:
|
||||
event:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue