test on gitlab CI

This commit is contained in:
2020-09-24 16:28:13 +02:00
parent 3a784764c6
commit be31ff3582
2 changed files with 20 additions and 1 deletions

9
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,9 @@
---
stages:
- check
Check config:
stage: check
scripts:
i3 -C config

View File

@@ -1,2 +1,12 @@
# i3 # i3
i3 configuration
Basic i3 configuration
* scripts in bin/
* temporary files in run/ (should not be pushed)
* env file for various specific variables:
```
PRIMARY_OUTPUT=HDMI-1
SECONDARY_OUTPUT=HDMI-2
SECONDARY_OUTPUT_POSITION=--left-of
```