Skip to content

Commit

Permalink
Add installation test
Browse files Browse the repository at this point in the history
  • Loading branch information
devcurmudgeon committed Mar 13, 2016
1 parent 0a2240a commit ef2cd4d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
image: devcurmudgeon/foo

services:

before_script:
- pip install fs
- sh ./install.sh

variables:
Expand All @@ -12,11 +13,16 @@ cache:
path: "$BASE"

stages:
- installation
- cache_keys
- build
- test
- deploy

check_installation:
stage: installation
script: "python setup.py install ; ./ybd.py"

check_cache_keys:
stage: cache_keys
script: "echo 'base: /src' > ./ybd.conf && ../ybd/ybd.py ci x86_64"

0 comments on commit ef2cd4d

Please sign in to comment.