spend latest
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
66c46c4bbd
commit
92cfbfb8f8
|
@ -4,7 +4,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: build-linux
|
||||
image: thatcosmonaut/moonworks-build
|
||||
image: thatcosmonaut/moonworks-build:latest
|
||||
commands:
|
||||
- git submodule update --recursive --init
|
||||
- cmake -E make_directory ./build
|
||||
|
@ -13,7 +13,7 @@ steps:
|
|||
- make
|
||||
|
||||
- name: build-windows
|
||||
image: thatcosmonaut/moonworks-build
|
||||
image: thatcosmonaut/moonworks-build:latest
|
||||
commands:
|
||||
- git submodule update --recursive --init
|
||||
- cmake -E make_directory ./windows-build
|
||||
|
|
Loading…
Reference in New Issue