gitlab-ci: init config

This commit is contained in:
steveej 2018-11-18 00:27:58 +01:00
parent f46f1b7d85
commit f7335f8afc

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
stages:
- build
build:
stage: build
tags:
- nix
script:
# Test the nix-shell
- nix-shell --run "echo OK"