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.
NetworkPacketComposer/.gitlab-ci.yml

14 lines
177 B
YAML
Raw Normal View History

2016-03-30 20:36:39 +02:00
stages:
- build
build:
image: archlinux_gcc53_qt5_cmake
stage: build
script:
- mkdir -p build
- cd build
- cmake ..
- make
2016-03-30 20:57:30 +02:00
artifacts:
- build/npc