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

15 lines
200 B
YAML

stages:
- build
build:
image: qwick/buildimages:archlinux_gcc_qt5
stage: build
script:
- mkdir -p build
- cd build
- cmake ..
- make
artifacts:
paths:
- build/npc