Skip to content
Snippets Groups Projects
Unverified Commit cc5942f9 authored by Alexander Færøy's avatar Alexander Færøy
Browse files

Use docker image from Docker hub.

parent 40a6aa93
No related branches found
No related tags found
No related merge requests found
image: ahf/erlang:18.3
before_script:
- apt-get update -qq && apt-get install -y -qq libsodium-dev
- erl +V
......@@ -7,7 +5,14 @@ before_script:
stages:
- build
job:
test-18.3:
image: ahfaeroey/otp:18.3
stage: build
script:
- make compile
- make
#test-19.0:
# image: ahfaeroey/otp:19.0
# stage: test
# script:
# - make check
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment