diff options
author | Juan J. MartÃnez <jjm@usebox.net> | 2021-07-08 21:08:06 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:52 +0100 |
commit | c9eb5747811545666205def0cf979f9ca315e272 (patch) | |
tree | 66cdda1b3b7c3b251162bdf4e495b0a5488aaee0 | |
parent | 82dbd29a717f49804ec8307dd6af8c6f6ad9204a (diff) | |
download | spacebeans-c9eb5747811545666205def0cf979f9ca315e272.tar.gz spacebeans-c9eb5747811545666205def0cf979f9ca315e272.zip |
Update .gitlab-ci.yml file
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..38bec89 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +image: openjdk:8 + +test: + script: + - ./mill server.test |