mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 11:39:44 +00:00
Try to get it to run and build on my docker instance.
This commit is contained in:
parent
674925dfb5
commit
a49649c313
1 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,11 @@
|
||||||
# see https://hub.docker.com/_/gcc/
|
# see https://hub.docker.com/_/gcc/
|
||||||
image: gcc
|
image: gcc
|
||||||
|
|
||||||
|
job:
|
||||||
|
tags:
|
||||||
|
- openmw
|
||||||
|
- debian
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
key: apt-cache
|
key: apt-cache
|
||||||
paths:
|
paths:
|
||||||
|
@ -25,7 +30,7 @@ build:
|
||||||
script:
|
script:
|
||||||
- nproc
|
- nproc
|
||||||
- mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=MinSizeRel ../
|
- mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=MinSizeRel ../
|
||||||
- make -j2
|
- make -j4
|
||||||
- DESTDIR=artifacts make install
|
- DESTDIR=artifacts make install
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue