Add Travis-CI

This commit is contained in:
Jonas Kvinge
2020-04-07 17:05:01 +02:00
parent 21b2193cd0
commit 1a6345342f
2 changed files with 65 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
from jonaski/opensuse:lp151
run mkdir -p /usr/src/app
workdir /usr/src/app
copy . /usr/src/app