Compare commits

...

4 commits

Author SHA1 Message Date
892378f55f Merge branch 'gitlab-ci' into 'master'
added initial .gitlab-ci.yml file

See merge request fsimphy/bayernfahrplan!9
2017-10-28 15:55:08 +02:00
6ad2048907 added initial .gitlab-ci.yml file 2017-10-28 15:46:44 +02:00
e85289fe53 Merge branch 'update_dependencies_and_gitignore' into 'master'
updated dependencies and .gitignore file

See merge request fsimphy/bayernfahrplan!8
2017-10-28 15:41:52 +02:00
18de7f6998 updated dependencies and .gitignore file 2017-10-28 15:39:03 +02:00
3 changed files with 24 additions and 2 deletions

5
.gitignore vendored
View file

@ -1 +1,4 @@
/bayernfahrplan
bayernfahrplan*
.dub/*
replacement.txt
dub.selections.json

19
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,19 @@
image: base/devel
before_script:
- pacman -Sy
- pacman --noconfirm -S ldc dub libevent
stages:
- build
- test
build:
stage: build
script:
- dub build --compiler=ldc2
test:
stage: test
script:
- dub test --compiler=ldc2

View file

@ -5,7 +5,7 @@
"Oliver Rümpelein"
],
"dependencies": {
"requests": "~>0.5.0",
"requests": "0.5.3",
"kxml": "~>1.0.1"
},
"description": "A minimal D application.",