Compare commits
4 commits
unit-threa
...
master
Author | SHA1 | Date | |
---|---|---|---|
892378f55f | |||
6ad2048907 | |||
e85289fe53 | |||
18de7f6998 |
3 changed files with 24 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1 +1,4 @@
|
|||
/bayernfahrplan
|
||||
bayernfahrplan*
|
||||
.dub/*
|
||||
replacement.txt
|
||||
dub.selections.json
|
||||
|
|
19
.gitlab-ci.yml
Normal file
19
.gitlab-ci.yml
Normal 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
|
2
dub.json
2
dub.json
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue