commit a08e68f5ac7343a4b7866a810d09a01fdc56f16e
parent e93ee24d116e991859ef9d5c8b910f48307b8a92
Author: promethea <liminal@tuta.io>
Date: Wed, 1 Mar 2017 18:38:39 +0200
Update example .gitlab-ci.yml to include necessary variables
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -47,6 +47,10 @@ of the CI configuration file:
```yml
image: frolvlad/alpine-glibc
+variables:
+ RACKET_DIR: "$HOME/racket"
+ RACKET_VERSION: "6.8" # use the desired version of racket
+
before_script:
- echo "ipv6" >> /etc/modules
- apk update