mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
Try to get it to run and build on my docker instance.
This commit is contained in:
parent
674925dfb5
commit
a49649c313
@ -3,6 +3,11 @@
|
||||
# see https://hub.docker.com/_/gcc/
|
||||
image: gcc
|
||||
|
||||
job:
|
||||
tags:
|
||||
- openmw
|
||||
- debian
|
||||
|
||||
cache:
|
||||
key: apt-cache
|
||||
paths:
|
||||
@ -25,7 +30,7 @@ build:
|
||||
script:
|
||||
- nproc
|
||||
- mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=MinSizeRel ../
|
||||
- make -j2
|
||||
- make -j4
|
||||
- DESTDIR=artifacts make install
|
||||
artifacts:
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user