vengi/.gitlab-ci.yml

12 lines
279 B
YAML
Raw Normal View History

2016-07-12 11:30:03 -07:00
before_script:
2016-07-12 11:36:16 -07:00
- apt-get install --yes cmake libglm-dev libassimp-dev lua5.3 liblua5.3-dev libsdl2-dev postgresql-server-dev-9.5 libpq-dev
2016-07-12 11:30:03 -07:00
build:
services:
- postgres:latest
script:
- mkdir build/
- cd build
- cmake -D CMAKE_BUILD_TYPE=Debug ..
- make