This repository has been archived on 2020-12-30. You can view files and clone it, but cannot push or open issues or pull requests.
2016-03-30 20:36:39 +02:00
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
|
|
|
|
build:
|
2016-06-23 07:36:35 +02:00
|
|
|
image: archlinux_gcc_qt5
|
2016-03-30 20:36:39 +02:00
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
- mkdir -p build
|
|
|
|
- cd build
|
|
|
|
- cmake ..
|
|
|
|
- make
|
2016-03-30 20:57:30 +02:00
|
|
|
artifacts:
|
2016-03-30 21:01:40 +02:00
|
|
|
paths:
|
|
|
|
- build/npc
|