forked from MoonsideGames/Refresh
never mind
parent
92cfbfb8f8
commit
d53d777c31
|
@ -4,7 +4,7 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-linux
|
- name: build-linux
|
||||||
image: thatcosmonaut/moonworks-build:latest
|
image: thatcosmonaut/moonworks-build
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --recursive --init
|
- git submodule update --recursive --init
|
||||||
- cmake -E make_directory ./build
|
- cmake -E make_directory ./build
|
||||||
|
@ -13,7 +13,7 @@ steps:
|
||||||
- make
|
- make
|
||||||
|
|
||||||
- name: build-windows
|
- name: build-windows
|
||||||
image: thatcosmonaut/moonworks-build:latest
|
image: thatcosmonaut/moonworks-build
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --recursive --init
|
- git submodule update --recursive --init
|
||||||
- cmake -E make_directory ./windows-build
|
- cmake -E make_directory ./windows-build
|
||||||
|
|
Loading…
Reference in New Issue